Skip to content

Commit

Permalink
enhance: Add rbac support on describe database api (milvus-io#291)
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
weiliu1031 authored Jun 13, 2024
1 parent 8da8437 commit b5c6a72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/milvus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,11 @@ message AlterDatabaseRequest {
}

message DescribeDatabaseRequest {
option (common.privilege_ext_obj) = {
object_type: Global
object_privilege: PrivilegeDescribeDatabase
object_name_index: -1
};
common.MsgBase base = 1;
string db_name = 2;
}
Expand Down

0 comments on commit b5c6a72

Please sign in to comment.