frostfs-node/pkg/services/object/acl
Leonard Lyubich fddc50fd85 [#203] Replace ErrEACLNotFound to core library
ErrEACLNotFound error was defined in implementation package. EACL validator
checked this error after the call of eACL storage interface method. Replace
ErrEACLNotFound to core container library. in order to: on the one hand not
use an implementation error, on the other hand, to be able to reuse a
generic type error (404).

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-11-24 20:19:20 +03:00
..
eacl [#203] Replace ErrEACLNotFound to core library 2020-11-24 20:19:20 +03:00
acl.go [#190] Use request sender owner in sticky bit check 2020-11-19 19:07:16 +03:00
basic_helper.go [#180] Make separate basic ACL check for inner ring requests 2020-11-19 15:17:18 +03:00
basic_helper_test.go [#32] Add tests for basic ACL helper 2020-10-02 11:25:36 +03:00
classifier.go [#190] Add isOwnerFromKey helper function in ACL 2020-11-19 19:07:16 +03:00
opts.go [#106] Check bearer token lifetime 2020-10-22 18:02:11 +03:00