Enabling Authentication for Milvus #24803
Replies: 7 comments 16 replies
-
To enable user authentication, you need to set |
Beta Was this translation helpful? Give feedback.
-
However, if I set it up this way, I am unable to log in using any username and password. What should I do? |
Beta Was this translation helpful? Give feedback.
-
Error: 14 UNAVAILABLE: No connection established |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks,OK! |
Beta Was this translation helpful? Give feedback.
-
After following the instructions in this thread and bringing back up the docker-compose container, I'm still able to connect to milvus without a username password. Any ideas on how to debug this? I don't see anything in the milvus log about auth, and the Thank you! |
Beta Was this translation helpful? Give feedback.
-
What about webui? I just did as explained in the documentation and I now need authentication to make a simple connection. However, webui is completely open. How do put it behind and authentication system? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have my Milvus Standalone Running in server.(By docker-compose)
The issue I have is my application is able to connect without having to enter the username and password by default.
This seems to be risky in having my documentation and collections in the server.
However , I have created multiple users and changed password for root user.
How to enable authentication in the server so that username and password is made mandatory
Beta Was this translation helpful? Give feedback.
All reactions