Skip to content

Commit

Permalink
add docs for ingress tls with vault
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed May 29, 2020
1 parent 2c6a2e0 commit 5d69d20
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 252 deletions.
9 changes: 9 additions & 0 deletions docs/README.ingress-tls.md
@@ -0,0 +1,9 @@
# Using Secrets Store CSI to Enable NGINX Ingress Controller with TLS

The Secrets Store CSI Driver can be used to enable applications to work with NGINX Ingress Controller with TLS stored in an External Secrets Store.
For more information on securing an Ingress with TLS, refer to: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls

Checkout provider samples on how to get started -

- [Using Secrets Store CSI and Azure Key Vault Provider](https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/sample/ingress-controller/README.md)
- [Using Secrets Store CSI and Hashicorp Vault Provider](https://github.com/hashicorp/secrets-store-csi-driver-provider-vault/blob/master/sample/ingress-controller/README.md)
119 changes: 0 additions & 119 deletions sample/ingress-controller-tls/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions sample/ingress-controller-tls/deployment-app-one.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions sample/ingress-controller-tls/deployment-app-two.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions sample/ingress-controller-tls/ingress.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions sample/ingress-controller-tls/secretproviderclass-azure-tls.yaml

This file was deleted.

0 comments on commit 5d69d20

Please sign in to comment.