-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
dbconsole: database page fails to load for non-admin users #103443
Comments
This is v23.1 by the way. cc @kevin-v-ngo @j82w for triage. |
Note: this used to work for v22.1. So marking as regression. |
another error also being displayed (Serverless): |
started a thread here: https://cockroachlabs.slack.com/archives/C0159JK877C/p1689090652345839 |
It's unclear why the serverless error only mentions ZONECONFIG, whereas in the code it also mentions VIEWACTIVITY. Maybe this test was using an older version of crdb under the hood? |
Closing the issue per the PRs listed above |
I created a non-admin user and granted it VIEWACTIVITY but not the admin role.
When navigating to the db list I see the following:
Expected behavior
A non-privileged user should be able to see the db list with just the DBs they have access to.
Jira issue: CRDB-28004
The text was updated successfully, but these errors were encountered: