-
Notifications
You must be signed in to change notification settings - Fork 37
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
Issue with operation with allow bearer token for object operations (object not found) #548
Comments
Provide used bearer token and eACL. |
|
Next run: https://drive.google.com/file/d/1RL8C2C9_DmuwY1a1cudC4vDZalPmPBOe/view?usp=sharing |
How to reproduce:
Instead of getting an object or even an access error (if the token would be incorrect) - the object was not found |
This bug happens only when storage node re-sends requests. For example if you try to make When request re-sended, remote storage nodes can't verify extended ACL. We don't inherit errors in NeoFS right now, thus in the end user gets Remote storage nodes can't verify extended ACL because they are not traversing linked list of request meta headers, but they should. |
NeoFS version 0.19.0-42-gb587b23 (latest master)
The issue with GET operation with allow bearer token.
Detailed log: https://drive.google.com/file/d/1Zv1GoAfeieWfmmUH3rcGi8s9C5AUXv9H/view?usp=sharing
Can be opened after download as .HTML file.
The text was updated successfully, but these errors were encountered: