terraform-provider-argocd
terraform-provider-argocd copied to clipboard
When argoCD is behind a proxy that uses SSL Auth we need to pass Client Cert/Key
we have out argocd behind a proxy that need SSL Auth with certificates, so we need to pass the --client-crt and --client-crt-key to argocd command line, and the provider did not support this,so we need this.
I have provided PR #187 addressing this.
this has been merged, but no release done so far