File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ static_resources:
9292 typed_config:
9393 "@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext
9494 sni: {{.controlplaneGRPCSNI}}
95+ max_session_keys: 0 # TODO: remove once controlplane no longer uses inet.af/tcpproxy
9596 common_tls_context:
9697 tls_certificate_sds_secret_configs:
9798 - name: {{.certificateSecret}}
@@ -120,6 +121,7 @@ static_resources:
120121 typed_config:
121122 "@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext
122123 sni: {{.peerName}}
124+ max_session_keys: 0 # TODO: remove once controlplane no longer uses inet.af/tcpproxy
123125 common_tls_context:
124126 tls_certificate_sds_secret_configs:
125127 - name: {{.certificateSecret}}
You can’t perform that action at this time.
0 commit comments