-
Hi @scholzj , We have created a secret with custom clients ca with the below commands, it worked fine.
We have a use case to have multiple client CA, How can we achieve it ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
I'm not sure this is currently supported. Definitely not as part of the User Operator. So you can try to disable the User Operator and provide multiple CA certificates as part of the secret which is what propagates into the Kafka broker's truststore and then issue the user certificates on your own. |
Beta Was this translation helpful? Give feedback.
-
Hi @scholzj, As we discussed, disabled user operator, added 2 client-ca & then restarted the kafka pods, as expected certs are propagated to the kafka brokers but when I create a new kafka user, it is not getting linked with the created secret (meaning secret is not shown in the kafka user status)
Can you help me on this ? |
Beta Was this translation helpful? Give feedback.
-
@scholzj, So without User Operator there is no way to link the secret with the KafkaUser ? |
Beta Was this translation helpful? Give feedback.
I'm not sure this is currently supported. Definitely not as part of the User Operator. So you can try to disable the User Operator and provide multiple CA certificates as part of the secret which is what propagates into the Kafka broker's truststore and then issue the user certificates on your own.