Skip to content
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
2 changes: 2 additions & 0 deletions cmd/cl-dataplane/app/envoyconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ static_resources:
typed_config:
"@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext
sni: {{.controlplaneGRPCSNI}}
max_session_keys: 0 # TODO: remove once controlplane no longer uses inet.af/tcpproxy
common_tls_context:
tls_certificate_sds_secret_configs:
- name: {{.certificateSecret}}
Expand Down Expand Up @@ -120,6 +121,7 @@ static_resources:
typed_config:
"@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext
sni: {{.peerName}}
max_session_keys: 0 # TODO: remove once controlplane no longer uses inet.af/tcpproxy
common_tls_context:
tls_certificate_sds_secret_configs:
- name: {{.certificateSecret}}
Expand Down