-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support NeoFSID bound keys in access control checks #767
Comments
Signed-off-by: Evgenii Stratonikov <[email protected]>
Maybe we also need to support external auth service like |
Related to nspcc-dev/neofs-s3-gw#483 Consider owner with key
|
2nd is already implemented here
|
Great, then, I suppose, we go with option 2. Does it mean that container owner must always be |
We have plenty of code with such pattern:
neofs-node/pkg/services/object/acl/classifier.go
Lines 214 to 217 in f9d9f33
All these control checks should consider access to NeoFSID contract for further checks. In this issue first define all places where NeoFSID lookup should be implemented.
The text was updated successfully, but these errors were encountered: