Queries related to cert working in strimzi #7756
ervikrant06
started this conversation in
General
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Experts,
A naive question after reading bunch of old discussion(s) and issue(s) related to TLS working in strimzi, main focuse is about client certs (using authentication: tls)
Ex: this is working stanza with
strimzi/hello-world-producer:latest
, it requires cluster CA cert to send the messages to kafka cluster, isn't it should usetest-kafka1-client-ca-cert
ortest-kafka1-user2
ca.crt to authenticate with cluster?In listener list of kafka cluster 9094 port is exposed as tls with external LB.
We have old strimzi setup running with 0.11.0 operator. we use the following commands to get the information from user secret to generate the trustore (below script is partial snippet).
Beta Was this translation helpful? Give feedback.
All reactions