List Grants API #39606
Unanswered
shaiktas
asked this question in
Q&A and General discussion
List Grants API
#39606
Replies: 1 comment
-
you will need to revoke all the priviledge of a role before drop a role. client.describe_role(role_name="role_a") then, you can remove all the priviledge by revoke_privilege_v2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
Do we have any API to list down the privileges attached to a given role. Currently when we try to drop a role,
API milvusClient.dropRole(DropRoleParam.newBuilder().withRoleName("xxx")), complaining with below error :
reason: fail to drop the role that it has privileges. Use REVOKE API to revoke privileges
. Also from attu when we trying to delete Role by clicking on Role, Select role, delete button it is navigating back to login page.Beta Was this translation helpful? Give feedback.
All reactions