-
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 #29010
Conversation
@PowderLi ut workflow job failed, comment |
644d83f
to
5e3979c
Compare
@PowderLi ut workflow job failed, comment |
rerun ut |
5e3979c
to
488587b
Compare
488587b
to
ce0e9cf
Compare
@PowderLi E2e jenkins job failed, comment |
/run-cpu-e2e |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 2.3 #29010 +/- ##
==========================================
- Coverage 82.02% 82.00% -0.02%
==========================================
Files 831 832 +1
Lines 118941 119036 +95
==========================================
+ Hits 97557 97618 +61
- Misses 18158 18184 +26
- Partials 3226 3234 +8
|
@PowderLi E2e jenkins job failed, comment |
/run-cpu-e2e |
@PowderLi E2e jenkins job failed, comment |
10df741
to
a7256a9
Compare
add new configuration: builtinRoles 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]>
a7256a9
to
6243d07
Compare
@PowderLi E2e jenkins job failed, comment |
/run-cpu-e2e |
rerun ut |
/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 |
issue: #28960
master pr: #28961
add new configuration: builtinRoles
user can define roles in config file: milvus.yaml
there is an example:
db_ro, only have read privileges, include load
db_rw, read and write privileges, include create/drop/rename collection
db_admin, not only read and write privileges, but also user administration