How can I use custom Certificate for a particular KafkaUser? #9138
Unanswered
Mehmoodhassan
asked this question in
Q&A
Replies: 1 comment 9 replies
-
You should check the documentation about the Custom Clients CA in the |
Beta Was this translation helpful? Give feedback.
9 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've deployed the Strimzi Kafka Operator in my Azure Kubernetes Service (AKS) cluster, and it's working smoothly. By default, when I create a KafkaUser, the operator automatically generates an associated secret that includes the user's certificate (
user.crt
) and private key (user.key
). However, I'd like to customize this process by providing my own certificates and keys instead of relying on the automatic generation of these credentials.How can I do this?
Would be happy if you share a example kafkaUser yaml file.
@scholzj will appreciate your answer.
Beta Was this translation helpful? Give feedback.
All reactions