rancher / terraform-provider-rancher2

Terraform Rancher2 provider
https://www.terraform.io/docs/providers/rancher2/
Mozilla Public License 2.0
258 stars 223 forks source link

[Use-Case] Internal CA with Vault and Cert-manager #1409

Open matttrach opened 2 weeks ago

matttrach commented 2 weeks ago

When Installing Rancher via helm there are a number of requirements including an ingress and the associated Load balancer, dns configuration and certificate considerations. User uses Terraform to install Rancher via helm (onto an EKS cluster), but they are finding the process complex as they are also trying to integrate Vault and cert-manager to provide the ingress certificates from their internal CA.

Describe the solution you'd like

matttrach commented 2 weeks ago

The end result of this issue should be an E2E test validating the use case.

matttrach commented 2 weeks ago

Usually when I see the Vault internal CA use case it is to achieve an air-gapped deployment, but this use case specifically mentions EKS. What is the goal of using Vault over a free certificate creation platform like Let's Encrypt?

matttrach commented 2 weeks ago

I would like an example Vault config to fully understand this use case if possible.

matttrach commented 2 weeks ago

I made the assumption that Vault is stand alone, but there is also the possibility of Vault installed on the same kubernetes cluster as Rancher, where is Vault installed?

matttrach commented 2 weeks ago

What version of Kubernetes is in use? What version of Rancher, if using one of our kubernetes distributions (I recommend RKE2), what version of those are in use?

matttrach commented 2 weeks ago

What version of Terraform is in use?