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

Most upvoted comments

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.