-
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
feat: Authorize users to query grant info of their roles #29747
Conversation
Once a role is granted to a user, the user should automatically possess the privilege information associated with that role. Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007 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 |
@czs007 E2e jenkins job failed, comment |
/run-cpu-e2e |
/lgtm |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #29747 +/- ##
==========================================
- Coverage 80.36% 80.10% -0.26%
==========================================
Files 931 934 +3
Lines 128508 129663 +1155
==========================================
+ Hits 103272 103866 +594
- Misses 21842 22350 +508
- Partials 3394 3447 +53
|
…9747) Once a role is granted to a user, the user should automatically possess the privilege information associated with that role. issue: milvus-io#29710 Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
Once a role is granted to a user, the user should automatically possess the privilege information associated with that role.
issue: #29710