Hello All,
I’m installing Consul into my K8s cluster, and I want to use External Vault as the backend. In Vault, I configured many clusters to use this vault; in this case is “auth/k8s-tt” but the Consul Vault Init connects to “/v1/auth/kubernetes/login” instead of “/v1/auth/k8s-tt/login”.
Does anyone have a solution for changing the vault authentication path in the Consul Helm chart?
Thank You,
a2c