Skip to content
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 functionality to pull OIDC provider CA file #11294

Open
justapill opened this issue Jun 12, 2024 · 1 comment
Open

Add functionality to pull OIDC provider CA file #11294

justapill opened this issue Jun 12, 2024 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@justapill
Copy link

What would you like to be added

Add a pre-install task which gives the option to download a root CA file to all master nodes.

Why is this needed

Currently, a user must download the CA file for their OIDC provider separately. Adding this functionality takes that burden off the user.

I have recently discovered this while setting up OIDC on my cluster with keycloak, which has it's certificate issued from Letsencrypt. Thankfully Letsencypt hosts their root CA on a webserver. - curl https://letsencrypt.org/certs/isrg-root-x2.pem

@justapill justapill added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 12, 2024
@justapill
Copy link
Author

justapill commented Jun 12, 2024

In hindsight, I've remembered that on Ubuntu for example; root CA's are managed by the apt package ca-certificates. I think this functionality would still be appreciated for root CA's that are not included in that package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant