Some doubts on Strimzi mTLS Certificate Handling and Client Authentication #12407
Replies: 1 comment 1 reply
-
|
Re 1) Every Re 2) The actual mTLS authentication is done by Kafka. So if you know how to do this in Kafka, please provide some details and I can see if that is reasible in some way or not. But as far as I know, this is not something Kafka supports. Re 3) The user mTLS has nothing to do with the Cluster CA. Only with the Clients CA. You can provide your own custom Clients CA if you want to. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am working on a project and using a custom mTLS service and I have a few specific questions regarding how Strimzi handles TLS/mTLS certificates for Kafka clients:
Per‑Client Certificate Generation
Does Strimzi generate a unique certificate per Kafka client (via KafkaUser) and use it for mTLS authentication?
External CA Validation
When a client connects with mTLS, can Strimzi forward the incoming certificate to an external Certificate Authority for validation during the TLS handshake?
Custom CA for Client Validation
Does Strimzi support loading a custom CA certificate (instead of the Cluster CA) to validate client certificates during connection?
If possible can you tell me ways to use if possible?
Beta Was this translation helpful? Give feedback.
All reactions