concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
143 stars 176 forks source link

CONCOURSE_VAULT_AUTH_PARAM not populated for LDAP backend #222

Closed jmccann closed 3 years ago

jmccann commented 3 years ago

Currently when using CONCOURSE_VAULT_AUTH_BACKEND=ldap the CONCOURSE_VAULT_AUTH_PARAM will not get set. CONCOURSE_VAULT_AUTH_PARAM seems to be directly tied to approle in this chart.

https://github.com/concourse/concourse-chart/blob/7c2e39da64d822109f64391d741b59d69924ecd0/templates/web-deployment.yaml#L549-L555