Integration with external security infrastructure #10081
MichaelMorrisEst
started this conversation in
Ideas
Replies: 1 comment 17 replies
-
I guess it depends a lot on what your existing security infrasturcture is and how would you imagine it to work. @katheris is currently looking into improving the support for integration with tools such as Cert Manager. |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a scenario where I need to integrate Strimzi with an existing security infrastruture. All components must use certificates generated by the existing security infrastructure.
As Strimzi currently generates the certificates itself there is no option to integrate with other security infrastructure.
I would like to propose updating Strimzi to enable such integration, e.g. by Strimzi not generating the secrets contained the certs etc, but instead depending on the certs being created/updated by an external component. The default behaviour would continue to be as today, but the newly proposed behaviour shall be possible to enable through configuration.
Is this something the community is open to considering a proposal on?
Beta Was this translation helpful? Give feedback.
All reactions