Skip to content

Commit

Permalink
ROX-18694: Add tls to backend cluster (#1581)
Browse files Browse the repository at this point in the history
Add tls to backend cluster
  • Loading branch information
kurlov authored Jan 16, 2024
1 parent e8aeb58 commit 10b47ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/service-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,14 @@ objects:
socket_address:
address: 127.0.0.1
port_value: 8000 # Fleet Manager port
transport_socket:
name: envoy.transport_sockets.tls
typed_config:
"@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext
common_tls_context:
validation_context:
trusted_ca:
filename: /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt
# TODO(ROX-11395): enable rate limiting post-MVP
# # This cluster is used to send request to the rate limiting service.
Expand Down

0 comments on commit 10b47ec

Please sign in to comment.