-
Notifications
You must be signed in to change notification settings - Fork 741
Fix cluster permissions check under grpc #20744
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
Fix cluster permissions check under grpc #20744
Conversation
|
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ DetailsTest history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
(cherry picked from commit 65bc867)
(cherry picked from commit 65bc867)
(cherry picked from commit 65bc867)
(cherry picked from commit 65bc867)
Changelog entry
...
Changelog category
Description for reviewers
The new Nebius scheme for checking permissions for cluster root container worked only for http requests (because TEvRequestAuthAndCheck works only in case of http requests). This PR fixes grpc methods (like getting/setting cluster config), if we use AdministrationAllowedSIDs together with folder_id cluster attribute.