Skip to content

Commit

Permalink
Merge pull request #364 from orozery/nit
Browse files Browse the repository at this point in the history
cl-dataplane: Disable controlplane TLS session keys
  • Loading branch information
orozery authored Mar 3, 2024
2 parents 71e53fa + 0a0b861 commit ae4aa42
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit ae4aa42

Please sign in to comment.