frostfs-node/pkg
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
..
core [#919] pkg/object: Do not accept objects with empty owner 2021-10-18 12:15:06 +03:00
innerring [#907] container/put: Work with named containers 2021-10-18 11:54:34 +03:00
local_object_storage [#945] metabase: Use cleanup instead of defer in tests 2021-10-27 16:10:01 +03:00
metrics [#426] Put prometheus behind pkg/metrics 2021-03-17 10:58:00 +03:00
morph [#941] morph/notary: Delete useless "low till" check 2021-10-25 19:16:05 +03:00
network [#883] network: parse URI properly 2021-10-12 15:50:51 +03:00
services [#943] service/object: Refactor private key fetching during execution 2021-10-27 20:25:25 +03:00
util [#901] util: implement Release for PseudWorkerPool 2021-10-25 18:53:36 +03:00