Closed afshinyavari closed 3 years ago
I figured out that its possible, you need to set the following environment variables:
export KAFKA_SECURITY_PROTOCOL=SSL
export KAFKA_SSL_TRUSTSTORE_LOCATION=<path to truststore>
export KAFKA_SSL_KEYSTORE_LOCATION=<path to keystore>
export KAFKA_SSL_KEYSTORE_PASSWORD=<keystore password>
export KAFKA_SSL_KEY_PASSWORD=<key password>
export KAFKA_SSL_TRUSTSTORE_PASSWORD=<truststore password>
export KAFKA_BOOTSTRAP_SERVERS=$brokers_tls
Thank you!
Hi,
Im considering using this on our cluster with mTLS with certificates for authentication. Is it possible to pass truststore and keystore when running the kafka-gitops CLI?
Thanks,