-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Feat]: Milvus cannot connect to kafka&minio with ssl #27461
Comments
donot know why in milvus.yaml, unlike ectd, can enable kafka & minio ssl, but cannot configure kafka&minio ssl certs |
for kafka you have to use 2.3.1. |
@xiaofan-luan yes, but in the milvus.yaml, can only config minio.useSSL to true, but how to config the certs path? when just set minio.useSSL to true, cannot connect minio, SSL handshake error |
If you already enable minio tls, you should have the cert file already right? |
https://min.io/docs/minio/linux/operations/network-encryption.html |
sure, for minio tls, i tested with other app to connect to minio with tls, can |
/assign @LoveEachDay |
For minio and kafka, we only support tls signed by public ca. We don't have a config options to pass self-signed tls certs. |
sounds like a new feature for milvus, @xiaofan-luan any plan for it? /assign @chenraoCR |
@LoveEachDay ah, got it and thanks, but hope it could have a config options to pass self-signed tls certs, as milvus already has the option to use TLS to connect minio&kafka while minio&kafka are possible to be configured with self-signed tls certs |
I think this is nice to have. |
@xiaofan-luan so this feature that supports kafka&minio self certs will be added or not in the future and when will be released, thanks |
feel free to contribute on it but yes this is not our priority. I think for kafka and minio we already support ssl but manage certs it too much for most users. |
we are open to any contribution on this and it shouldn't be that hard to implement |
okay, will try |
Can we disable cert check, like --insecure flag in mc client? thanks. |
Our minio requires company CA cert to connect, is it possible to add/replace exisitng cert in milvus image so we can get this to work? thanks. |
Signed-off-by: Chen Rao <[email protected]>
Signed-off-by: Chen Rao <[email protected]>
no, tried, but cannot work |
Signed-off-by: Chen Rao <[email protected]>
Signed-off-by: Chen Rao <[email protected]>
Is there an existing issue for this?
Environment
Current Behavior
milvus cannot connect external services kafka & minio which configued with ssl
Expected Behavior
milvus could connect kafka & minio with ssl
Steps To Reproduce
Milvus Log
No response
Anything else?
should handle kafka & minio ssl just like etcd
The text was updated successfully, but these errors were encountered: