-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Labels
Milestone
Description
Bug Report
- Concourse version: 3.9.0
- Deployment type (BOSH/Docker/binary): BOSH
- Infrastructure/IaaS: vSphere
- Did this used to work? Yes (3.8.0)
Credhub integration is not working in 3.9.0
. It looks like a refactor (9a105c1) was done to the atc_ctl.erb
for updates to Credhub CA Cert. This moved the credhub.client_id
and credhub.client_secret
to credhub.tls.client_id
and credhub.tls.client_secret
respectively. The atc spec is still referring to them as credhub.client_id
and credhub.client_secret
.