|
|
|
@ -382,7 +382,7 @@ message HttpConnectionManager { |
|
|
|
|
// on stream close, when the HTTP request is complete. If this field is set, the HCM will flush access |
|
|
|
|
// logs periodically at the specified interval. This is especially useful in the case of long-lived |
|
|
|
|
// requests, such as CONNECT and Websockets. Final access logs can be detected via the |
|
|
|
|
// `requestComplete()` method of `StreamInfo` in access log filters, or thru the `%DURATION%` substitution |
|
|
|
|
// ``requestComplete()`` method of ``StreamInfo`` in access log filters, or through the ``%DURATION%`` substitution |
|
|
|
|
// string. |
|
|
|
|
// The interval must be at least 1 millisecond. |
|
|
|
|
google.protobuf.Duration access_log_flush_interval = 1 |
|
|
|
@ -883,12 +883,12 @@ message HttpConnectionManager { |
|
|
|
|
// [#extension-category: envoy.http.header_validators] |
|
|
|
|
config.core.v3.TypedExtensionConfig typed_header_validation_config = 50; |
|
|
|
|
|
|
|
|
|
// Append the `x-forwarded-port` header with the port value client used to connect to Envoy. It |
|
|
|
|
// will be ignored if the `x-forwarded-port` header has been set by any trusted proxy in front of Envoy. |
|
|
|
|
// Append the ``x-forwarded-port`` header with the port value client used to connect to Envoy. It |
|
|
|
|
// will be ignored if the ``x-forwarded-port`` header has been set by any trusted proxy in front of Envoy. |
|
|
|
|
bool append_x_forwarded_port = 51; |
|
|
|
|
|
|
|
|
|
// Whether the HCM will add ProxyProtocolFilterState to the Connection lifetime filter state. Defaults to `true`. |
|
|
|
|
// This should be set to `false` in cases where Envoy's view of the downstream address may not correspond to the |
|
|
|
|
// Whether the HCM will add ProxyProtocolFilterState to the Connection lifetime filter state. Defaults to ``true``. |
|
|
|
|
// This should be set to ``false`` in cases where Envoy's view of the downstream address may not correspond to the |
|
|
|
|
// actual client address, for example, if there's another proxy in front of the Envoy. |
|
|
|
|
google.protobuf.BoolValue add_proxy_protocol_connection_state = 53; |
|
|
|
|
} |
|
|
|
|