-
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) #29762
Conversation
…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>
[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 Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”) |
/lgtm |
@czs007 E2e jenkins job failed, comment |
/run-cpu-e2e |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.3 #29762 +/- ##
==========================================
- Coverage 82.13% 82.12% -0.02%
==========================================
Files 832 832
Lines 119812 119823 +11
==========================================
- Hits 98403 98400 -3
- Misses 18192 18204 +12
- Partials 3217 3219 +2
|
Once a role is granted to a user, the user should automatically possess the privilege information associated with that role.
issue: #29710
pr: #29747