You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now any SN tries to validate and check eACL rules on every request (even if it does not store/will not store an object). Should it do it? Sometimes it cannot even validate smth it does not have access to: #2792.
Possible Solution
If a node is just a middleware in the chain b/w a client and a server, just do what this node should do (split objects, forward requests, etc) and do not try to act like a target node.
Context
Object content validation is here, while placement creation logic (that can say where to put (mb this node is not part of a container at all)) is in the iteratePlacementfunction.
Your Environment
5c10c503ce7a9be8f25d53972ace416541c80f75
The text was updated successfully, but these errors were encountered:
Now any SN tries to validate and check eACL rules on every request (even if it does not store/will not store an object). Should it do it? Sometimes it cannot even validate smth it does not have access to: #2792.
Possible Solution
If a node is just a middleware in the chain b/w a client and a server, just do what this node should do (split objects, forward requests, etc) and do not try to act like a target node.
Context
Object content validation is here, while placement creation logic (that can say where to put (mb this node is not part of a container at all)) is in the
iteratePlacement
function.Your Environment
5c10c503ce7a9be8f25d53972ace416541c80f75
The text was updated successfully, but these errors were encountered: