Skip to content

Commit

Permalink
[2.4]: use the GetLoadState privilege in the GetLoadState and GetLoad…
Browse files Browse the repository at this point in the history
…ingProgress Request

Signed-off-by: SimFG <[email protected]>
  • Loading branch information
SimFG committed Aug 22, 2024
1 parent 950375c commit af98398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/milvus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ message RestoreRBACMetaRequest {
message GetLoadingProgressRequest {
option (common.privilege_ext_obj) = {
object_type: Collection
object_privilege: PrivilegeLoad
object_privilege: PrivilegeGetLoadState
object_name_index: 2
};
// Not useful for now
Expand All @@ -1639,7 +1639,7 @@ message GetLoadingProgressResponse {
message GetLoadStateRequest {
option (common.privilege_ext_obj) = {
object_type: Collection
object_privilege: PrivilegeLoad
object_privilege: PrivilegeGetLoadState
object_name_index: 2
};
// Not useful for now
Expand Down

0 comments on commit af98398

Please sign in to comment.