Skip to content

Commit

Permalink
Make SSL optional for broker process
Browse files Browse the repository at this point in the history
  • Loading branch information
krutten committed Sep 12, 2024
1 parent 8f468b6 commit 297e449
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ params:
# the username used by the Cloud Controller to auth to the broker
broker_username: broker
ha_sync_mode: manual
# Verification is off because we don't currently have a way to
# automagically sign the certificate for the bosh dns that the servers
# will be dynamically assigned.
skip_haproxy_ssl_verify: true

instance_groups:
- name: rmq-broker
Expand Down Expand Up @@ -65,6 +69,7 @@ instance_groups:
management_tls:
enabled: true
cacert: (( grab meta.mgmt_tls.cacert ))
skip_verify: (( grab params.skip_haproxy_ssl_verify ))

management:
username: management
Expand Down

0 comments on commit 297e449

Please sign in to comment.