frostfs-node/pkg/services/object
Alex Vanin 508a28fdc0 [#943] service/object: Do not sign put service message with session token
This is invalid operation for storage nodes that receive part of split
object. While object is signed by session token, the message itself
should be signed by the node key.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-10-27 20:25:25 +03:00
..
acl [#881] acl: Use session token from request at object.Put 2021-10-08 17:18:32 +03:00
delete [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
get [#645] client/cache: Check response public key in all client operations 2021-09-30 20:57:00 +03:00
head [#645] *: Use helper functions to build client.NodeInfo structures 2021-09-30 20:57:00 +03:00
internal [#645] client/cache: Check response public key in all client operations 2021-09-30 20:57:00 +03:00
put [#943] service/object: Do not sign put service message with session token 2021-10-27 20:25:25 +03:00
search [#645] client/cache: Check response public key in all client operations 2021-09-30 20:57:00 +03:00
util [#943] service/object: Return error if requested session token is not available 2021-10-27 20:25:25 +03: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 [#521] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
transport_splitter.go [#425] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00