frostfs-node/pkg/services/object/acl/eacl/v2
Evgenii Stratonikov 3f4475f97b [#1386] services/object: Fail eACL check if the request is invalid
Parse all headers beforehand and reject invalid requests.
Another approach would be to remember the error and check
it after `CalculateAction`, which is a bit faster.
The rule of thumb here is "first validate, then use".

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-05-20 12:04:10 +03:00
..
eacl_test.go [#1386] services/object: Fail eACL check if the request is invalid 2022-05-20 12:04:10 +03:00
headers.go [#1386] services/object: Fail eACL check if the request is invalid 2022-05-20 12:04:10 +03:00
localstore.go [#1111] object/acl: Refactor service 2022-03-05 10:06:14 +03:00
object.go [#1377] oid, cid: Upgrade SDK package 2022-05-16 15:33:22 +03:00
opts.go [#1111] object/acl: Refactor service 2022-03-05 10:06:14 +03:00
xheader.go [#1238] Adopt neofs-node for non pointer slices in SDK 2022-03-16 15:29:31 +03:00