Skip to content

Commit 25e065d

Browse files
authored
Add TLS verify to NATS (#1373)
Summary: We were already using TLS for our NATS communications. This option adds validation for the client certificate. Relevant Issues: N/A Type of change: /kind cleanup Test Plan: Create a Vizier RC and deploy it to a cluster. Ensure that everything continues running as expected. Changelog Message: ```release-note Add TLS verification to NATS. ``` Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>
1 parent 0d8dd34 commit 25e065d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

k8s/vizier_deps/base/nats/nats_statefulset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ data:
3232
cert_file: "/etc/nats-server-tls-certs/server.crt",
3333
key_file: "/etc/nats-server-tls-certs/server.key",
3434
timeout: 3
35+
verify: true
3536
}
3637
# yamllint enable rule:indentation
3738
---

0 commit comments

Comments
 (0)