creating new user and changing root password with milvus operator #41920
-
Hello milvus team, I have the following scenario. I need to roll out Milvus at K8S and then restore backup from other MIlvus. Is there a way to specify this in milvus operator such that it does this automatically? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Maybe you can try RESTful api. Grant role to user: |
Beta Was this translation helpful? Give feedback.
-
don't think this is the role for K8s operator. Operator only helps on deploy the cluster. Maybe we will put more function in to K8s operator. |
Beta Was this translation helpful? Give feedback.
Maybe you can try RESTful api.
Create a user:
https://milvus.io/api-reference/restful/v2.5.x/v2/User%20(v2)/Create.md
Grant role to user:
https://milvus.io/api-reference/restful/v2.5.x/v2/Role%20(v2)/Grant%20Privilege.md