KafkaUser tls-external auth type #5426
-
When we need use our own certificate for KafkaUser using Steps followed:
If we try to create a certificate and sign it with strimzi-client-ca, then it works as expected since it is trusted by strimzi. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
The brokers never trust the individual user certificates, they trust the Clients CA. So, the idea is that:
And that should be it. |
Beta Was this translation helpful? Give feedback.
-
Just for clarification. Suppose we have a user with authentication type For example:
Then a client certificate with Subject |
Beta Was this translation helpful? Give feedback.
The brokers never trust the individual user certificates, they trust the Clients CA. So, the idea is that:
CN=<username>
KafkaUser
withtype: tls-external
to manage ACLs or QuotasAnd that should be it.