-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug]: RBAC permission denied after restart with star privilege #40547
Comments
Hey @shaoting-huang! 👋 I'm here to help you out with any bugs, questions, or contributions you have in mind. Let's squash those bugs together! The issue you're experiencing with RBAC permissions being denied after a restart, particularly when using the privilege name "", might be related to how Milvus manages and persists these permissions. The privilege name "" is intended to grant global permissions across all collections or resources, simplifying permission management [1][2]. However, it seems there might be a problem with how these permissions are being restored after a restart. Unfortunately, I couldn't find specific information on how Milvus persists RBAC permissions across restarts or any known issues related to this in the documentation or codebase. It might be beneficial to check if there are any updates or patches available for your current version (2.5.4) that address this issue. Additionally, reviewing the discussion linked in your message might provide further insights or workarounds shared by other users facing similar issues. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
related: #40547 Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
working on the verification |
Is there an existing issue for this?
Environment
Current Behavior
Existing permissions get denied after restarting with Milvus if there is a privilege name "*" granted. See details: #40015
Expected Behavior
Should restore all existing permissions after restarting Milvus
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: