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:
92
92
typed_config:
93
93
"@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext
94
94
sni: {{.controlplaneGRPCSNI}}
95
+ max_session_keys: 0 # TODO: remove once controlplane no longer uses inet.af/tcpproxy
95
96
common_tls_context:
96
97
tls_certificate_sds_secret_configs:
97
98
- name: {{.certificateSecret}}
@@ -120,6 +121,7 @@ static_resources:
120
121
typed_config:
121
122
"@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext
122
123
sni: {{.peerName}}
124
+ max_session_keys: 0 # TODO: remove once controlplane no longer uses inet.af/tcpproxy
123
125
common_tls_context:
124
126
tls_certificate_sds_secret_configs:
125
127
- name: {{.certificateSecret}}
You can’t perform that action at this time.
0 commit comments