Milvus credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create and run an Milvus (opens in a new tab) instance. Refer to the Install Milvus (opens in a new tab) for more information.
Supported authentication methods
- Basic auth
Related resources
Refer to Milvus's Authentication documentation (opens in a new tab) for more information about setting up authentication.
Using basic auth
To configure this credential, you'll need:
- Base URL: The base URL of your Milvus instance. The default is
http://localhost:19530. - Username: The username to authenticate to your Milvus instance. The default value is
root. - Password: The password to authenticate to your Milvus instance. The default value is
Milvus.