-
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
server: allow VIEWACTIVITY users access to /_admin/v1/stmtbundle #128938
server: allow VIEWACTIVITY users access to /_admin/v1/stmtbundle #128938
Conversation
b24ea97
to
43a9e4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @angles-n-daemons)
This commit gives users with the VIEWACTIVITY system grant access to `/_admin/v1/stmtbundle` on the admin server. This allows these users to download stmt bundles via DB console. Epic: none Part of: cockroachdb#121301 Release note (ui change): Users with VIEWACTIVITY can download stmt bundles from DB console.
43a9e4d
to
1c81dc3
Compare
TFTR!! |
This PR was included in a batch that was canceled, it will be automatically retried |
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error setting reviewers, but backport branch blathers/backport-release-23.2-128938 is ready: POST https://api.github.com/repos/cockroachdb/cockroach/pulls/129502/requested_reviewers: 422 Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the cockroachdb/cockroach repository. [] Backport to branch 23.2.x failed. See errors above. error setting reviewers, but backport branch blathers/backport-release-24.1-128938 is ready: POST https://api.github.com/repos/cockroachdb/cockroach/pulls/129503/requested_reviewers: 422 Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the cockroachdb/cockroach repository. [] Backport to branch 24.1.x failed. See errors above. error setting reviewers, but backport branch blathers/backport-release-24.2-128938 is ready: POST https://api.github.com/repos/cockroachdb/cockroach/pulls/129504/requested_reviewers: 422 Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the cockroachdb/cockroach repository. [] Backport to branch 24.2.x failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
This commit gives users with the VIEWACTIVITY system grant access to
/_admin/v1/stmtbundle
on the admin server. This allows these users to download stmt bundles via DB console.Epic: none
Part of: #121301
Release note (ui change): Users with VIEWACTIVITY can download stmt bundles from DB console.