Skip to content

Commit

Permalink
enhance: Enable ReadOnly/ReadWrite/Admin Privilege Group to simplify …
Browse files Browse the repository at this point in the history
…RBAC grant progress

Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
weiliu1031 committed Aug 14, 2024
1 parent 1db6ab7 commit dab878a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 28 deletions.
70 changes: 42 additions & 28 deletions go-api/commonpb/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions proto/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,10 @@ enum ObjectPrivilege {
PrivilegeUpdateResourceGroups = 48;
PrivilegeAlterDatabase = 49;
PrivilegeDescribeDatabase = 50;

PrivilegeGroupReadOnly = 53;
PrivilegeGroupReadWrite = 54;
PrivilegeGroupAdmin = 55;
}

message PrivilegeExt {
Expand Down

0 comments on commit dab878a

Please sign in to comment.