You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// header when :ref:`override_auto_sni_header <envoy_v3_api_field_config.core.v3.UpstreamHttpProtocolOptions.override_auto_sni_header>`
124
124
// is set, as seen by the :ref:`router filter <config_http_filters_router>`.
125
125
// Does nothing if a filter before the http router filter sets the corresponding metadata.
126
+
//
127
+
// See :ref:`SNI configuration <start_quick_start_securing_sni_client>` for details on how this
128
+
// interacts with other validation options.
126
129
boolauto_sni=1;
127
130
128
131
// Automatic validate upstream presented certificate for new upstream connections based on the
129
132
// downstream HTTP host/authority header or any other arbitrary header when :ref:`override_auto_sni_header <envoy_v3_api_field_config.core.v3.UpstreamHttpProtocolOptions.override_auto_sni_header>`
130
133
// is set, as seen by the :ref:`router filter <config_http_filters_router>`.
131
134
// This field is intended to be set with ``auto_sni`` field.
132
135
// Does nothing if a filter before the http router filter sets the corresponding metadata.
136
+
//
137
+
// See :ref:`validation configuration <start_quick_start_securing_validation>` for how this interacts with
138
+
// other validation options.
133
139
boolauto_san_validation=2;
134
140
135
141
// An optional alternative to the host/authority header to be used for setting the SNI value.
// The HTTP URI to fetch tokens from GCE Metadata Server(https://cloud.google.com/compute/docs/metadata/overview).
26
29
// The URL format is "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/identity?audience=[AUDIENCE]"
Copy file name to clipboardExpand all lines: xds/third_party/envoy/src/main/proto/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto
0 commit comments