Using custom certitifcate as User Certificate #8163
rajjaiswalsaumya
started this conversation in
General
Replies: 1 comment 21 replies
-
If you want to manage your own TLS certificates for TLS client authentication, you can use the |
Beta Was this translation helpful? Give feedback.
21 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.
-
Hi, i am trying to make strimzi Kafka use my CSR-created certificate as the client wants their certificate to use used for their use instead of one created by Strimzi. In our case, we have 3 products that want the same behavior for security reasons they do not want to share private key of theirs and want strimzi to use their cert. I initially thought that I will ask the Strimzi operator to create certs, pause reconciliation, sign the CSR with Strimzi-provided CA, and recreate the user secret, using this new Certificate.
The moment, I tried this and enabled reconciliation for the custom resource KafkaUser, we see that the secret was automatically modified by Strimzi and the key was added to the secret. I dont want to stop using KafkaUser CRD, as otherwise, i will have to manage ACL on my own.
Is there a better way to use a custom user cert with Strimzi?
PS: I am not trying to change CA, which is mentioned all across in Strimzi docs to use custom CA.
Beta Was this translation helpful? Give feedback.
All reactions