-
Notifications
You must be signed in to change notification settings - Fork 756
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
add more privilege types #3173
Labels
Comments
9 tasks
/assignme |
the privilege options in clickhouse: https://clickhouse.com/docs/en/sql-reference/statements/grant/ |
this is the privileges in tidb:
each privilege has diferent contexts |
the privileges in the global contexts can only be granted to GLOBAL object |
a draft on the privieleges to be added in this iteration:
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parent Issue
Summary
currently we have 5 privilege types:
we'd add more production-ready privilege types in the future. but right now, the up front high priority task is to setup the framework on privileges checking. we'd make a plan about which privileges to add first, and how to cover the privilege check logic into the current code path.
some thoughts:
steps:
SUPER
on a table objectThe text was updated successfully, but these errors were encountered: