Skip to content
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

Remove plaintext NATS #932

Merged
merged 3 commits into from
Oct 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 4 additions & 20 deletions cf-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,21 +377,6 @@ instance_groups:
networks:
- name: default
jobs:
- name: nats
release: nats
provides:
nats: {as: nats, shared: true}
properties:
nats:
hostname: nats.service.cf.internal
user: nats
password: "((nats_password))"
internal:
tls:
ca: "((nats_internal_cert.ca))"
certificate: "((nats_internal_cert.certificate))"
enabled: true
private_key: "((nats_internal_cert.private_key))"
- name: nats-tls
release: nats
provides:
Expand Down Expand Up @@ -1264,6 +1249,10 @@ instance_groups:
ca: ((cf_app_sd_server_tls.ca))
server:
tls: ((cf_app_sd_server_tls))
nats:
tls_enabled: true
cert_chain: ((nats_client_cert.certificate))
private_key: ((nats_client_cert.private_key))
release: cf-networking
- name: statsd_injector
release: statsd-injector
Expand Down Expand Up @@ -1620,11 +1609,6 @@ instance_groups:
tls: *cfdot_tls_client_properties
- name: route_emitter
release: diego
consumes:
nats:
ip_addresses: false
nats-tls:
ip_addresses: false
davewalter marked this conversation as resolved.
Show resolved Hide resolved
properties:
bpm:
enabled: true
Expand Down