-
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] List alias is not forbidden when login with the user added in the role granted with the built-in privilege group "ClusterReadOnly"/"ClusterReadWrite"/"ClusterAdmin" #38052
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 |
|
After discussion, ListAliases is going to be added to public role. Users will have listAliases privilege by default. |
ListAliases SDK rpc call is `describeCollection`, which causes listing aliases successfully without granted. issue: milvus-io/milvus#38052 Signed-off-by: shaoting-huang <[email protected]>
OK, then it is as designed now, close this issue. |
ListAliases SDK rpc call is `describeCollection`, which causes listing aliases successfully without granted. issue: milvus-io/milvus#38052 Signed-off-by: shaoting-huang <[email protected]>
ListAliases SDK rpc call is `describeCollection`, which causes listing aliases successfully without granted. issue: milvus-io/milvus#38052 Signed-off-by: shaoting-huang <[email protected]>
cherry-pick from master: #2399, #2403 issue: milvus-io/milvus#37031, milvus-io/milvus#38052 --------- Signed-off-by: shaoting-huang <[email protected]>
cherry-pick from master: #2399, #2403 issue: milvus-io/milvus#37031, milvus-io/milvus#38052 --------- Signed-off-by: shaoting-huang <[email protected]>
Is there an existing issue for this?
Environment
Current Behavior
List alias is not forbidden when login with the user added in the role granted with the built-in privilege group "ClusterReadOnly"/"ClusterReadWrite"/"ClusterAdmin"
Expected Behavior
List alias is forbidden when login with the user added in the role granted with the built-in privilege group "ClusterReadOnly"/"ClusterReadWrite"/"ClusterAdmin"
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: