Skip to content

Commit

Permalink
use the GetLoadState privilege in the GetLoadStateRequest and GetLoad…
Browse files Browse the repository at this point in the history
…ingProgressRequest (#313)

Signed-off-by: SimFG <[email protected]>
  • Loading branch information
SimFG authored Aug 22, 2024
1 parent b34be93 commit 489fd48
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 489fd48

Please sign in to comment.