@@ -29,6 +29,9 @@ templates:
2929 mutual_tls_ca.crt.erb: config/certs/mutual_tls_ca.crt
3030 mutual_tls.crt.erb: config/certs/mutual_tls.crt
3131 mutual_tls.key.erb: config/certs/mutual_tls.key
32+ loggregator_tls_ca.crt.erb: config/certs/loggregator_tls_ca.crt
33+ loggregator_tls.crt.erb: config/certs/loggregator_tls.crt
34+ loggregator_tls.key.erb: config/certs/loggregator_tls.key
3235 uaa_ca.crt.erb: config/certs/uaa_ca.crt
3336 db_ca.crt.erb: config/certs/db_ca.crt
3437 prom_scraper_config.yml.erb: config/prom_scraper_config.yml
@@ -423,7 +426,7 @@ properties:
423426 default: "127.0.0.1"
424427 metron_endpoint.port:
425428 description: "The port used to emit messages to the Metron agent"
426- default: 3457
429+ default: 3458
427430
428431 cc.broker_client_timeout_seconds:
429432 default: 60
@@ -611,9 +614,15 @@ properties:
611614 description: "Maximum PID limit for containerized work running user-provided code"
612615 default: 1024
613616
614- cc.loggregator.internal_url:
615- description: "Internal URL used to communicate with traffic_controller"
616- default: "http://loggregator-trafficcontroller.service.cf.internal:8081"
617+ cc.loggregator_tls.ca_cert:
618+ description: "PEM-encoded CA certificate for mTLS communication with Loggregator"
619+ cc.loggregator_tls.certificate:
620+ description: "PEM-encoded client certificate for mTLS communication with Loggregator"
621+ cc.loggregator_tls.private_key:
622+ description: "PEM-encoded private key for mTLS communication with Loggregator"
623+ cc.loggregator_tls.subject_name:
624+ description: "The host name the client will accept on the server certificate when communicating with Loggregator via mTLS"
625+ default: "metron"
617626
618627 cc.perform_blob_cleanup:
619628 description: "Whether or not to perform the blob cleanup job"
0 commit comments