-
Notifications
You must be signed in to change notification settings - Fork 1.7k
SSL-enabled Nginx Ingress Controller integrated Hashicorp Vault #2060
Conversation
@devlinmr we're moving ingress out of contrib, can you integrate this either:
? |
Sure, it's an nginx-based controller that retrieves certs from Hashicorp Vault, so it's got a lot of Vault-specific functionality. Which of 1 or 2 would you prefer with that in mind? |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. Once you've signed, please reply here (e.g. "I signed it!") and we'll verify. Thanks.
If you have questions or suggestions related to this bot's behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
|
[APPROVALNOTIFIER] Needs approval from an approver in each of these OWNERS Files: We suggest the following people: |
@devlinmr PR needs rebase |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Based on the nginx-alpha controller, this adds functionality to configure SSL nginx servers for ingresses requiring it, pulling in certificates from Vault.
This is the controller demonstrated at KubeCon 2016 by Michael Ward (devoperandi.com) of Pearson.
See README.md.
This change is