orange-cloudfoundry / cf-ops-automation

a collaboration framework for operating cloudfoundry and services at scale
22 stars 6 forks source link

enable-cf-app.yml does not yet support default values from shared/secrets #17

Open gberche-orange opened 7 years ago

gberche-orange commented 7 years ago

as a result, we have the following duplicated credentials across apps.

cf-app:
  cf-etherpad:
    cf_api_url: 
    cf_username: 
    cf_password: 
    cf_organization: 
    cf_space: 

Would be great to have defaults in shared/secrets.yml for these properties

o-orand commented 7 years ago

At least cf_space should be specified each time, and maybe cf_organisation

poblin-orange commented 6 years ago

duplication can be resolved with concourse credhub support.