Integration with cert manager for cert rotation #4701
Replies: 1 comment 2 replies
-
I think it depends what do you want to use it for. Strimzi takes the certificates from secrets and using cert-manager should be for example fairly easy with the listener certificates used only for a particular component (https://strimzi.io/docs/operators/latest/full/using.html#kafka-listener-certificates-str). It might be similarly easy to use cert-manager to handle user certificates through the Clients CA. It is a bit more complicated if you would want to use it for the Cluster CA - mainly because of renewals / replacing the certificates. Cert-manager on its own does not provide any real support for moving from one CA to another. So this would need to be orchestrated by Strimzi and that is for sure missing today. It is on the roadmap, but so far, nobody got to work on it.
I'm not sure what exactly you mean by this - maybe you can provide some more details of how did you meant it? |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are using strimzi and want to use it with cert manager. We have a couple of questions related to this:
Is this feature already implemented, work in progress or at least in the roadmap of the operator? I found some issues on this subject that were older, but without any confirmation that someone is working on this feature.
If there is no implementation of this feature do you have a webhook or some other workflow that can help us do the integration ourselves?
Regards,
Alina
Beta Was this translation helpful? Give feedback.
All reactions