Flickr4Java
Flickr4Java copied to clipboard
ssl certificate in helm chart of kafka
Subject of the issue
mtls and tls not working for kafka helm chart for internal communication
Your environment
- RHEL
- Kubernetes
- Bitnami kafka helm chart
Steps to reproduce
clientProtocol: plaintext # if we change to mtls its not working showing ssl handshake error
Note: empty by default for backwards compatibility reasons, find more information at
https://github.com/bitnami/charts/pull/8902/
externalClientProtocol: mtls interBrokerProtocol: plaintext #if we change to mtls its not working showing ssl handshake error
Expected behaviour
While creating topic its should not show any error and has connection with zookeeper or alertmanager helm chart with mtls or tls
Actual behaviour
Showing ssl handshake error
Log