KafkaUser: Use both tls and tls-external authentication types (Strimzi 0.25) #5432
Unanswered
opsocomusr
asked this question in
Q&A
Replies: 1 comment 7 replies
-
The clients CA is supposed to contain only one CA. So I'm not sure how you did it to have 2 CAs in the secrets, but most probably that is breaking it? In general, you can use both |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can we use both tls and tls-external authentication types in Strimzi 0.25?
After adding the external ca to the secret, the internal users (auth type
tls
) reconciliation/new user addition with auth typetls
started to fail with the below error in the logs.Note: I have both the CAs (strimzi generated and external) available in the secret.
Beta Was this translation helpful? Give feedback.
All reactions