Skip to content

Commit

Permalink
add force_drop param for the drop role request (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: SimFG <[email protected]>
  • Loading branch information
SimFG authored Aug 22, 2024
1 parent 489fd48 commit 4bbc8f6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
29 changes: 20 additions & 9 deletions go-api/milvuspb/milvus.pb.go

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

2 changes: 2 additions & 0 deletions proto/milvus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1433,6 +1433,8 @@ message DropRoleRequest {
common.MsgBase base = 1;
// role name
string role_name = 2;
// force to drop the role even if there is permission binding
bool force_drop = 3;
}

enum OperateUserRoleType {
Expand Down

0 comments on commit 4bbc8f6

Please sign in to comment.