Replies: 1 comment 7 replies
-
I guess theoretically if you create the secret with the right content, it would be accepted. But practically I'm not sure it makes sense. The user certificate needs to be signed by the Clients CA and have the right parameters etc. So it would be a lot of effort to make it right and I'm not sure what would you get out of doing it manually instead of using the operator for it. If you want to issue your own user certificates using your own mechanism, the easier part is to configure Strimzi to use your custom Clients CA and then just disable the User Operator and issue the user certificates your self. |
Beta Was this translation helpful? Give feedback.
7 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
Is it possible to use the user operator to create a KafkaUser using an existing public key?
I tried creating a secret with the key in "user.crt" but the secret got updated when applying the KafkaUser.
Thanks
Clyde
Beta Was this translation helpful? Give feedback.
All reactions