-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add root key to internal certificate secret example #1741
Conversation
Checked commit nasark@64760e1 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint |
Why would any server need the CA private key? This feels like a CVE waiting to happen |
@bdunne It's not required by us but rather Strimzi does a check to see if the following secrets are available https://strimzi.io/docs/operators/in-development/deploying.html#installing-your-own-ca-certificates-str. If |
Backported to
|
Add root key to internal certificate secret example (cherry picked from commit 3d2f26d)
@miq-bot assign @bdunne
@miq-bot add_reviewer @Fryguy
@miq-bot add_label enhancement