-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: add 3 builtin roles #28961
enhance: add 3 builtin roles #28961
Conversation
@PowderLi E2e jenkins job failed, comment |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #28961 +/- ##
========================================
Coverage 82.04% 82.04%
========================================
Files 862 863 +1
Lines 122394 122502 +108
========================================
+ Hits 100420 100509 +89
- Misses 18642 18660 +18
- Partials 3332 3333 +1
|
/run-cpu-e2e |
1 similar comment
/run-cpu-e2e |
4f49161
to
a2a6a2b
Compare
@PowderLi E2e jenkins job failed, comment |
/run-cpu-e2e |
/hold Need to initialize roles and privileges through configuration. |
97afc7d
to
5478157
Compare
@PowderLi E2e jenkins job failed, comment |
04ffd72
to
e4cf8ea
Compare
@PowderLi E2e jenkins job failed, comment |
@PowderLi ut workflow job failed, comment |
e4cf8ea
to
23a4e53
Compare
@PowderLi E2e jenkins job failed, comment |
@PowderLi ut workflow job failed, comment |
9ce4d59
to
2340075
Compare
@PowderLi E2e jenkins job failed, comment |
/run-cpu-e2e |
@PowderLi E2e jenkins job failed, comment |
/run-cpu-e2e |
2 similar comments
/run-cpu-e2e |
/run-cpu-e2e |
@PowderLi E2e jenkins job failed, comment |
/run-cpu-e2e |
1ee3543
to
d0b6e6d
Compare
d0b6e6d
to
b9e30e6
Compare
@PowderLi E2e jenkins job failed, comment |
/run-cpu-e2e |
rerun ut |
9702763
to
7fe5d16
Compare
@PowderLi E2e jenkins job failed, comment |
add new configuration: builtinRoles upgrade proto to use partition related privileges user can define roles in config file: milvus.yaml there is an example: 1. db_ro, only have read privileges, include load 2. db_rw, read and write privileges, include create/drop/rename collection 3. db_admin, not only read and write privileges, but also user administration Signed-off-by: PowderLi <[email protected]>
7fe5d16
to
30d1127
Compare
@PowderLi E2e jenkins job failed, comment |
/run-cpu-e2e |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007, PowderLi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
issue: #28960 milvus-proto #212 #29243
add new configuration: builtinRoles
user can define roles in config file:
milvus.yaml
there is an example: