Skip to content

Commit

Permalink
partition related apis require corresponding permissions
Browse files Browse the repository at this point in the history
Signed-off-by: PowderLi <[email protected]>
  • Loading branch information
PowderLi committed Nov 29, 2023
1 parent d32551f commit 0a92295
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 34 deletions.
46 changes: 15 additions & 31 deletions go-api/milvuspb/milvus.pb.go

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

11 changes: 8 additions & 3 deletions go-api/schemapb/schema.pb.go

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

4 changes: 4 additions & 0 deletions proto/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ enum ObjectPrivilege {
PrivilegeDropDatabase = 36;
PrivilegeListDatabases = 37;
PrivilegeFlushAll = 38;

PrivilegeCreatePartition = 39;
PrivilegeDropPartition = 40;
PrivilegeShowPartitions = 41;
}

message PrivilegeExt {
Expand Down
Loading

0 comments on commit 0a92295

Please sign in to comment.