concourse: cf authentication fails on 7.9.1
BOSH deployment We upgraded from 7.8.3 -> 7.9.1 We use integrated authentication for admin and cf authentication for developers, and one team uses github auth.
web nodes were in error after upgrade completed.
Failed with:
error: server: Failed to open connector cf: failed to open connector: unknown connector type "cf"
Pertinent config:
cf_auth:
api_url: https://<redacted>
ca_cert: |
<redacted>
certificate: |
<redacted>
client_id: concourse-platform-1.<redacted>
client_secret: <redacted>
skip_ssl_validation: true
displayer_user_id_per_connector:
- cf:email
- github:username
Reverting to 7.8.3 versions restored web node functionality.
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 20 (6 by maintainers)
Commits related to this issue
- Fixes cf authentication fails on 7.9.1 #8696 - ensures that prior "cf" named teams also work with "cloudfoundry" naming from DEX Co-authored-by: Wayne Adams <wadams@vmware.com> Co-authored-by: Rui Y... — committed to concourse/concourse by wayneadams 10 months ago
- Fixes cf authentication fails on 7.9.1 #8696 - ensures that prior "cf" named teams also work with "cloudfoundry" naming from DEX Co-authored-by: Rui Yang <ruiya@vmware.com> Signed-off-by: Wayne Adam... — committed to concourse/concourse by wayneadams 10 months ago
- Merge pull request #8806 from concourse/issue/8696-cf-connector-regression Fixes cf authentication fails on 7.9.1 #8696 — committed to concourse/concourse by wayneadams 10 months ago
Hi all,
thank you for addressing this issue. We appreciate your efforts in resolving it. Could you please provide an estimated timeline for the release of Concourse with this fix included?
@jhohiii the fix is done in a way that doesn’t require change of the flag, and thus bosh spec and helm values ref to the connector remains the same. You will need to wait for next release of them though.