You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does operator support specifying path to custom ssl certificate for kafka access? i am facing error
2024/10/17 13:32:23 checkKafka with backoff failed, retry 1, err: check consume offset from broker failed: error dialing all brokers, one of the errors: failed to dial: tls: failed to verify certificate: x509: certificate signed by unknown authority
@haorenfsa This has been pending for a long time for us as well. We are unable to use SASL_SSL for external Kafka since we cannot send custom certificates in distributed mode.
Milvus Operator has a flag, useTLS=true, which needs to be removed. Please see my open issue below:
🔗 Milvus Operator Issue #118
If this can be addressed quickly, it would resolve our current issue. We won’t need to send the client-side certificate(mTLS).
does operator support specifying path to custom ssl certificate for kafka access? i am facing error
tried this without success:
The text was updated successfully, but these errors were encountered: