Skip to content

Commit 03f315b

Browse files
authored
Merge pull request #1327 from sap-contributions/feature/loggregator-tls-parameters
Wire loggregator mTLS certs to CC api and worker jobs
2 parents c31a72c + 8863763 commit 03f315b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cf-deployment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,10 @@ instance_groups:
964964
ca_cert: "((cc_tls.ca))"
965965
public_cert: "((cc_tls.certificate))"
966966
private_key: "((cc_tls.private_key))"
967+
loggregator_tls: &cc_loggregator_tls
968+
ca_cert: "((loggregator_tls_agent.ca))"
969+
certificate: "((loggregator_tls_agent.certificate))"
970+
private_key: "((loggregator_tls_agent.private_key))"
967971
prom_scraper_tls:
968972
ca_cert: ((cc_prom_scraper_scrape_tls.ca))
969973
private_key: ((cc_prom_scraper_scrape_tls.private_key))
@@ -1176,6 +1180,7 @@ instance_groups:
11761180
droplets: *blobstore-properties
11771181
buildpacks: *blobstore-properties
11781182
mutual_tls: *cc_mutual_tls
1183+
loggregator_tls: *cc_loggregator_tls
11791184
ccdb: *ccdb
11801185
system_domain: "((system_domain))"
11811186
routing_api: *routing_api

0 commit comments

Comments
 (0)