Skip to content

Commit

Permalink
enhance: add privilege for AlterAlias (#252)
Browse files Browse the repository at this point in the history
Signed-off-by: longjiquan <[email protected]>
  • Loading branch information
longjiquan authored Mar 14, 2024
1 parent 2c89f34 commit 3420790
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/milvus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ message DropAliasRequest {
}

message AlterAliasRequest{
option (common.privilege_ext_obj) = {
object_type: Global
object_privilege: PrivilegeCreateAlias
object_name_index: -1
};

common.MsgBase base = 1;
string db_name = 2;
string collection_name = 3;
Expand Down

0 comments on commit 3420790

Please sign in to comment.