concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
84 stars 155 forks source link

uaa job fails to start when using ssl mode on self signed certs #240

Closed JefeDavis closed 2 years ago

JefeDavis commented 3 years ago

Documentation missing from manifests on available options for uaa tls

ref: https://github.com/concourse/concourse-bosh-deployment/blob/5611cd3bb077e311c3607bb11d9960373e2bcee7/cluster/operations/secure-internal-postgres-uaa.yml#L8

available options:

enabled = verify-full
enabled_skip_hostname_validation = verify-ca
enabled_skip_all_validation = require
disabled = disable    

found here: https://github.com/cloudfoundry/uaa-release/blob/96837bd2cf4e4ce897908d36a7706c054f9aec7a/jobs/uaa/templates/config/uaa.yml.erb#L259