Skip to content

Commit f3087ee

Browse files
bigsheeperclaude
andcommitted
feat: add PrivilegeImportBinlog object privilege
Binlog import (import option backup=true) and L0 import read Milvus's own internal storage layout rather than a caller staging area, which is outside the target collection's namespace. Add a cluster-level privilege so that capability can be authorized separately from the collection-level Import privilege. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
1 parent 6a38286 commit f3087ee

2 files changed

Lines changed: 44 additions & 39 deletions

File tree

go-api/commonpb/common.pb.go

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

proto/common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ enum ObjectPrivilege {
525525
PrivilegeSkipRLS = 91;
526526
PrivilegeViewRLS = 92;
527527
PrivilegeManageRLS = 93;
528+
PrivilegeImportBinlog = 94;
528529
}
529530

530531
message PrivilegeExt {

0 commit comments

Comments
 (0)