We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a5d85 commit 73b7d97Copy full SHA for 73b7d97
api/src/main/java/com/datastrato/gravitino/authorization/Privilege.java
@@ -71,7 +71,7 @@ enum Name {
71
MANAGE_USER(1L << 22),
72
/** The privilege to manage groups, including add,remove and get a group. */
73
MANAGE_GROUP(1L << 23),
74
- /** The privilege to manage roles, including create,drop and get a role. */
+ /** The privilege to manage roles, including create,delete and get a role. */
75
MANAGE_ROLE(1L << 24),
76
/** The privilege to grant a role to users or groups. */
77
GRANT_ROLE(1L << 25),
0 commit comments