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
Summary
Databend uses roles to control access to objects as:
Tasks:
create role myrole
grant select,insert on database db1 to role myrole
Reference: https://docs.snowflake.com/en/sql-reference/ddl-user-security.html#role-management https://dev.mysql.com/doc/refman/8.0/en/roles.html
The text was updated successfully, but these errors were encountered:
could i take this issue? i'd make some investigation on the RBAC system
Sorry, something went wrong.
Absolutely!
before working on RBAC, the fine grained privileges on database or tables might be a prelude: #2894
Most work on this issue have been done. Let's close.
flaneur2020
No branches or pull requests
Summary
Databend uses roles to control access to objects as:
Tasks:
create role myrole
#2816-
create role myrole
-
grant select,insert on database db1 to role myrole
Reference:
https://docs.snowflake.com/en/sql-reference/ddl-user-security.html#role-management
https://dev.mysql.com/doc/refman/8.0/en/roles.html
The text was updated successfully, but these errors were encountered: