frostfs-node/pkg/services/object/acl/eacl
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
..
v2 [#1386] services/object: Fail eACL check if the request is invalid 2022-05-20 12:04:10 +03:00
types.go [#1096] eacl: Use validator from SDK 2022-01-21 10:47:33 +03:00