We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can GRANT and REVOKE permissions per user per database, but there's no way to list the permissions a user has except cluster admin vs. non-admin.
GRANT
REVOKE
SHOW USERS doesn't give any database level permissions, only cluster permissions.
SHOW USERS
The text was updated successfully, but these errors were encountered:
I think this is covered by #2212 and PR #2650.
Sorry, something went wrong.
agreed, closing.
No branches or pull requests
I can
GRANT
andREVOKE
permissions per user per database, but there's no way to list the permissions a user has except cluster admin vs. non-admin.SHOW USERS
doesn't give any database level permissions, only cluster permissions.The text was updated successfully, but these errors were encountered: