-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE]: Support set username and password in system config #1369
Comments
In regards to this, do we have any plans/ideas for supporting a unified connection that takes username and password into account for milvus and zilliz? Something along the lines: Some way to get away all the different options: address vs host/port vs uri/user/password/secure. What do you think @XuanYang-cn @xiaofan-luan |
that actually make sense to me also. something like that |
urllib.parse.urlparse() should already do this splitting. |
See also: milvus-io#1369 Signed-off-by: yangxuan <[email protected]>
See also: milvus-io#1369 Signed-off-by: yangxuan <[email protected]>
See also: milvus-io#1369 Signed-off-by: yangxuan <[email protected]>
See also: milvus-io#1369 Signed-off-by: yangxuan <[email protected]>
See also: milvus-io#1369 Signed-off-by: yangxuan <[email protected]>
See also: milvus-io#1369 Signed-off-by: yangxuan <[email protected]>
See also: milvus-io#1369 Signed-off-by: yangxuan <[email protected]>
See also: milvus-io#1369 Signed-off-by: yangxuan <[email protected]>
See also: #1369 Signed-off-by: yangxuan <[email protected]>
See also: #1369 Signed-off-by: yangxuan <[email protected]>
Done |
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
something like
user= os.getenv("MILVUS_USER")
password= os.getenv("MILVUS_PASSWORD")
so user don't need to hardcode their user and password somewhere
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: