Skip to content

Commit

Permalink
update RBAC consts (#258)
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid authored Nov 24, 2023
1 parent 630cc60 commit 3332e1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions milvus/const/milvus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,16 +308,15 @@ export enum CollectionPrivileges {
DropIndex = 'DropIndex',
IndexDetail = 'IndexDetail',
Load = 'Load',
GetLoadingProgress = 'GetLoadingProgress',
Release = 'Release',
Insert = 'Insert',
Delete = 'Delete',
Search = 'Search',
Flush = 'Flush',
FlushAll = 'FlushAll',
Query = 'Query',
GetStatistics = 'GetStatistics',
Compaction = 'Compaction',
Alias = 'Alias',
Import = 'Import',
LoadBalance = 'LoadBalance',
}
Expand Down

0 comments on commit 3332e1b

Please sign in to comment.