Member-only story
Enable Auth and create a new user in your Milvus Cluster on Kubernetes with Helm
When you are finished playing around with Milvus Vector Database I will recommend enabling the authorization on the database to prevent people from managing your data out of your knowledge.
It's a small configuration for Milvus Vector Database before your handle the authorization for all requests incoming for your Milvus Vector Database.
Enable authorization for Milvus using Helm
First, you need to create values.yaml file where you place settings inside, i followed the documentation and find a small error in it, and have updated my found in these values.yaml snippet below.
When it's saved you are ready to apply the values to your Milvus Cluster.
When you have applied the values.yaml file you can confirm you have the right data from your helm chart using the get values commend in the helm.
The output will show you that your setup is successful and have the right configuration settings enabled.
It can take a little time 5–10min before it enables the authorization for Milvus, it does not happen instantly.