-
Notifications
You must be signed in to change notification settings - Fork 76
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
additional ca-bundle source options: pvc, url #379
Comments
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
Rotten issues close after 30d of inactivity. |
@cert-manager-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Can someone reopen this? I am also interested to have a solution for this. Link to docs: Example: |
/reopen |
@erikgb: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Another reason to get CA public keys from a URL are authorities like DigiCert who have a bunch of CAs that are not in Mozilla's bundle. Currently we'd need some other process to regularly get them and put them in a |
Came here to reopen this, happy to see someone else opened it back up. Still working with vault, and it would still be nice to be able to add via a url like vault provides, though we can use an initContainer to put the data in a pvc if a pvc is preferred over a url. Additional idea:
|
My source ca-bundle location is via a url, specifically vault provides a url to access its public ca-bundle which includes root and intermediate. (e.g. https://vault.vc-prod.home.net:8200/v1/prod-intermediate-ca/ca_chain)
I can access this via kubernetes by using an initContainer & pvc:
Now I just need to provide this location to trust-manager in the ca-bundle resource.
The text was updated successfully, but these errors were encountered: