Skip to content

Commit

Permalink
Better source determination for cf credhub paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed Aug 9, 2023
1 parent 96449fa commit 6c71971
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion overlay/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ params:
network: (( grab params.cf_core_network ))
cf_deployment_env: (( grab genesis.env )) # assumes same name as cf env
cf_deployment_type: cf # for crazy people using an "non-cf" cf deployment named something else
cf_deployment_bosh_env: (( grab genesis.env ))
cf_deployment_bosh_env: (( grab params.cf_deployment_env ))
cf_deployment_bosh_type: bosh
cf_core_network: (( vault meta.cf.exodus ":core_network" ))
cf_system_domain: (( vault meta.cf.exodus ":system_domain" ))
Expand Down
12 changes: 6 additions & 6 deletions spec/credhub/new-cf.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
/new-cf-bosh/base-test-cf/diego_instance_identity_ca:
/base-test-bosh/base-test-cf/diego_instance_identity_ca:
ca: <!{credhub}:diego_instance_identity_ca.ca!>
certificate: <!{credhub}:diego_instance_identity_ca.certificate!>
private_key: <!{credhub}:diego_instance_identity_ca.private_key!>
/new-cf-bosh/base-test-cf/log_cache:
/base-test-bosh/base-test-cf/log_cache:
ca: <!{credhub}:log_cache.ca!>
certificate: <!{credhub}:log_cache.certificate!>
private_key: <!{credhub}:log_cache.private_key!>
/new-cf-bosh/base-test-cf/loggregator_ca:
/base-test-bosh/base-test-cf/loggregator_ca:
ca: <!{credhub}:loggregator_ca.ca!>
certificate: <!{credhub}:loggregator_ca.certificate!>
private_key: <!{credhub}:loggregator_ca.private_key!>
/new-cf-bosh/base-test-cf/loggregator_tls_agent:
/base-test-bosh/base-test-cf/loggregator_tls_agent:
ca: <!{credhub}:loggregator_tls_agent.ca!>
certificate: <!{credhub}:loggregator_tls_agent.certificate!>
private_key: <!{credhub}:loggregator_tls_agent.private_key!>
/new-cf-bosh/base-test-cf/loggregator_tls_rlp:
/base-test-bosh/base-test-cf/loggregator_tls_rlp:
ca: <!{credhub}:loggregator_tls_rlp.ca!>
certificate: <!{credhub}:loggregator_tls_rlp.certificate!>
private_key: <!{credhub}:loggregator_tls_rlp.private_key!>
/new-cf-bosh/base-test-cf/nats_client_cert:
/base-test-bosh/base-test-cf/nats_client_cert:
ca: <!{credhub}:nats_client_cert.ca!>
certificate: <!{credhub}:nats_client_cert.certificate!>
private_key: <!{credhub}:nats_client_cert.private_key!>
Expand Down

0 comments on commit 6c71971

Please sign in to comment.