Skip to content
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

sql: support "GLOBAL" privileges #14369

Closed
cockroach-teamcity opened this issue Jun 25, 2022 · 2 comments
Closed

sql: support "GLOBAL" privileges #14369

cockroach-teamcity opened this issue Jun 25, 2022 · 2 comments

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jun 25, 2022

Exalate commented:

Related PR: cockroachdb/cockroach#82166
Commit: cockroachdb/cockroach@430babc

Release note (sql change): Introduce GLOBAL privileges.
These are privileges that live above the database level.

Example: GRANT SYSTEM MODIFYCLUSTERSETTING TO foo

Currently MODIFYCLUSTERSETTING is the only global privilege,
it allows users to query the crdb_internal.cluster_settings table.


Note from Rafi: In the docs, we might want to make clear that “global” privileges means “cluster-wide” and has no relation to “global” in the multiregion sense.

Jira Issue: DOC-4597

@exalate-issue-sync
Copy link

Rafi Shamim (rafiss) commented:
I’m moving this to the SQL Sessions area where it should belong, and assigning Richard Loveland instead

@exalate-issue-sync exalate-issue-sync bot assigned rmloveland and unassigned ghost Aug 8, 2022
@exalate-issue-sync
Copy link

Richard Loveland (rmloveland) commented:
See also the following docs PR that depends on this work:
#15094
I will be taking over that PR at request of Stephanie Bodoff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants