frostfs-node/pkg/services/object/util
Alex Vanin c30aa20b04 [#943] service/object: Refactor private key fetching during execution
`CommonPrm` structure has private key for remote operations.
It obtained in the beginning of request processing. However,
not every operation triggers remote calls. Therefore, key
might not be used. It is important to avoid early key fetching
because `TokenStore` now returns error if session token does not
exist. This is valid case when container nodes receive request with
session token (for ACL pass) and they should process request locally.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-10-27 20:25:25 +03:00
..
chain.go [#302] Fix golint else/return linter errors 2021-01-12 18:47:02 +03:00
key.go [#943] service/object: Check session token expiration 2021-10-27 20:25:25 +03:00
key_test.go [#943] service/object: Check session token expiration 2021-10-27 20:25:25 +03:00
log.go [#607] placement: Make traverser to return list of address groups 2021-06-28 15:52:50 +03:00
placement.go [#645] *: Change the locality condition of the node from the placement 2021-09-07 09:53:18 +03:00
prm.go [#943] service/object: Refactor private key fetching during execution 2021-10-27 20:25:25 +03:00