-
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
[Bug]: [privilege_group] The object name is * rather than the collection names returned by "list_grants()" when grant the role with the built-in privilege group to collection level #37903
Comments
/assign @shaoting-huang |
@binbinlv: GitHub didn't allow me to assign the following users: shaoting-huang. Note that only milvus-io members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
fix:
GrantInfo groups:
|
Now V1 interface "grant" could not operate privilege group, and only use grant_v2 to operate privilege group.
Verified and fixed in dev branch. |
Close it first, and will reopen it if there are any errors on the master image when the fix pr is merged. |
related issue: #37031 fixed issues: #37974: better error messages for grant v2 interface #37903: fix meta built-in privilege group object name #37843: better error messages for custom privilege group interface #38002: fix built-in privilege group meta to pass proxy interceptor check #38008: fix revoke v2 to support revoking v1 granted privileges Signed-off-by: shaoting-huang <[email protected]>
Is there an existing issue for this?
Environment
Current Behavior
The object name is * rather than the collection names returned by "list_grants()" when grant the role with the built-in privilege group to collection level
Expected Behavior
The object name is the collection names rather than "*" returned by "list_grants()" when grant the role with the built-in privilege group to collection level
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: