-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Credhub interpolation support in CF app manifests #279
Comments
gberche-orange
changed the title
Credhub support in CF app manifests
Credhub interpolation support in CF app manifests
Oct 16, 2019
Alternative options for creating credhub credentials for a COA-managed CF deployment:
variables:
- name: admin_password
type: password
- name: postgres_password
type: password
- name: default_ca
type: certificate
options:
is_ca: true
common_name: bosh-ca
- name: director_ssl
type: certificate
options:
ca: default_ca
common_name: ((internal_ip))
alternative_names: [((internal_ip))]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
credhub interpolate
command on themanifest.yml
(following the spruce processing)Describe the solution you'd like
coab-depls/cf-apps-deployments/coa-cf-mysql-broker/template/coa-cf-mysql-broker_manifest-tpl.yml
file with contentcoab-depls/cf-apps-deployments/coa-cf-mysql-broker/secrets/secrets.yml
file with contentcoa-cf-mysql-broker_manifest.yml
file content isNote that this proposal currently conflicts with CF CLI interpolation proposal at #188
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
See https://github.com/cloudfoundry-incubator/credhub-cli
The text was updated successfully, but these errors were encountered: