concourse / concourse-bosh-deployment

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

Update lite manifest to create a local user compatible with concourse 4.0 #83

Closed z4ce closed 6 years ago

z4ce commented 6 years ago

Fixes the current manifest to work with concourse 4.0. The existing manifest makes use of no_really_i_dont_want_any_auth which doesn't exist in concourse 4.0. This PR adds a user name concourse with a dynamically generated bosh password.

vito commented 6 years ago

thanks!