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

Role Management #2815

Closed
5 of 6 tasks
BohuTANG opened this issue Nov 16, 2021 · 4 comments
Closed
5 of 6 tasks

Role Management #2815

BohuTANG opened this issue Nov 16, 2021 · 4 comments
Assignees
Labels
A-query Area: databend query

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Nov 16, 2021

Summary

Databend uses roles to control access to objects as:

  • Roles are granted access privileges for objects in the system (databases, tables, etc.).
  • Roles are granted to users to enable them to create, modify, and use the objects for which the roles have privileges.
  • Roles can be granted to other roles to support defining hierarchical access privileges. (we can support it later)

Tasks:

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

@BohuTANG BohuTANG added A-query Area: databend query A-databend-cloud labels Nov 16, 2021
@BohuTANG BohuTANG self-assigned this Nov 16, 2021
@flaneur2020
Copy link
Member

could i take this issue? i'd make some investigation on the RBAC system

@BohuTANG
Copy link
Member Author

could i take this issue? i'd make some investigation on the RBAC system

Absolutely!

@BohuTANG BohuTANG removed their assignment Nov 16, 2021
@flaneur2020
Copy link
Member

before working on RBAC, the fine grained privileges on database or tables might be a prelude: #2894

@Xuanwo
Copy link
Member

Xuanwo commented Sep 16, 2022

Most work on this issue have been done. Let's close.

@Xuanwo Xuanwo closed this as completed Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query Area: databend query
Projects
None yet
Development

No branches or pull requests

3 participants