frostfs-node/pkg/services/object
Pavel Karpy d5a14041e0 [#2040] node: Do not attach tokens in the assembly process
A container node is expected to have full "get" access to assemble the
object.
A non-container node is expected to forward any request to a container node.
Any token is expected to be issued for an original request sender not for a
node so any new request is invalid by design with that token.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2022-11-19 11:01:04 +03:00
..
acl [#2028] node: Check session token's NBF and IAT 2022-11-19 11:01:04 +03:00
delete [#1770] logger: Refactor Logger component 2022-10-12 18:11:05 +03:00
get [#2040] node: Do not attach tokens in the assembly process 2022-11-19 11:01:04 +03:00
head [#1513] Upgrade NeoFS SDK Go with changed netmap package 2022-06-17 15:53:18 +03:00
internal [#2024] services/object: Unify status errors 2022-11-19 11:01:04 +03:00
put [#2037] services/object: Fix concurrent map writes in traverser 2022-11-19 11:01:04 +03:00
search [#1680] service/object: Fail all operations in maintenance mode 2022-10-14 13:54:32 +04:00
util [#2040] node: Do not attach tokens in the assembly process 2022-11-19 11:01:04 +03:00
common.go [#1680] service/object: Fail all operations in maintenance mode 2022-10-14 13:54:32 +04:00
metrics.go [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
response.go [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
server.go [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
sign.go [#1098] object/search: Fix error loss in SignService.Search 2022-01-21 14:54:22 +03:00
transport_splitter.go [#1063] node/object: Do not skip empty search responses in splitter 2022-01-11 12:02:54 +03:00