-
Notifications
You must be signed in to change notification settings - Fork 743
25-1: security: improve database admin access check #15189
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
25-1: security: improve database admin access check #15189
Conversation
Give database admins the same unlimited rights to view system views about users, groups, and their permissions as cluster admins have. For the ordinary users: - `.sys/auth_groups` and `.sys/auth_group_members` are closed - `.sys/auth_users` is filtered to show only the user himself Cluster admins and now database admins do not have those restrictions.
Add support for fully authenticated setup operations to `tests/library/`. Before that library could only execute cluster setup, configuration and database manipulation in anonymous mode or in the mode when every user is a cluster admin. Now `tests/library/` can operate when `administration_allowed_lists` is not empty and `enforce_user_token_requirement=True`.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
⚪ 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 |
|
⚪ 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 |
Merge from
main:Improvements for
enable_strict_user_management+enable_database_admin+domain_login_onlymode: