Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
object/put: Process session token of the original request in ACL checks
Previously, when checking write access to an object, the storage node used only the session token from the last request sent. In case of a chain of more than one request, the original session token was ignored. As a result, it did not allow to correctly interpret on whose behalf the action was performed. In particular, in private containers, gateways were deprived of the right to write data on behalf of the user. From now storage node always processes the session token from the original request. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information