Skip to content

Commit 6a38286

Browse files
authored
fix: use dedicated privileges for RLS management (#645)
Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
1 parent 9f7d27f commit 6a38286

4 files changed

Lines changed: 90 additions & 59 deletions

File tree

go-api/commonpb/common.pb.go

Lines changed: 48 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go-api/milvuspb/milvus.pb.go

Lines changed: 22 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/common.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,8 @@ enum ObjectPrivilege {
523523
PrivilegeRestoreExternalSnapshot = 89;
524524
PrivilegeExportSnapshot = 90;
525525
PrivilegeSkipRLS = 91;
526+
PrivilegeViewRLS = 92;
527+
PrivilegeManageRLS = 93;
526528
}
527529

528530
message PrivilegeExt {

0 commit comments

Comments
 (0)