|
|
@ -1,7 +1,7 @@ |
|
|
|
syntax = "proto3"; |
|
|
|
syntax = "proto3"; |
|
|
|
|
|
|
|
|
|
|
|
package envoy.api.v2.filter.http; |
|
|
|
package envoy.api.v2.filter.network; |
|
|
|
option go_package = "http"; |
|
|
|
option go_package = "network"; |
|
|
|
|
|
|
|
|
|
|
|
import "api/base.proto"; |
|
|
|
import "api/base.proto"; |
|
|
|
import "api/protocol.proto"; |
|
|
|
import "api/protocol.proto"; |
|
|
@ -146,7 +146,7 @@ message HttpConnectionManager { |
|
|
|
// requests. If not set, there is no idle timeout. When the idle timeout is |
|
|
|
// requests. If not set, there is no idle timeout. When the idle timeout is |
|
|
|
// reached the connection will be closed. If the connection is an HTTP/2 |
|
|
|
// reached the connection will be closed. If the connection is an HTTP/2 |
|
|
|
// connection a drain sequence will occur prior to closing the connection. See |
|
|
|
// connection a drain sequence will occur prior to closing the connection. See |
|
|
|
// :ref:`drain_timeout <envoy_api_field_filter.http.HttpConnectionManager.drain_timeout>`. |
|
|
|
// :ref:`drain_timeout <envoy_api_field_filter.network.HttpConnectionManager.drain_timeout>`. |
|
|
|
google.protobuf.Duration idle_timeout = 11; |
|
|
|
google.protobuf.Duration idle_timeout = 11; |
|
|
|
|
|
|
|
|
|
|
|
// The time that Envoy will wait between sending an HTTP/2 “shutdown |
|
|
|
// The time that Envoy will wait between sending an HTTP/2 “shutdown |
|
|
@ -212,7 +212,7 @@ message HttpConnectionManager { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
// This field is valid only when :ref:`forward_client_cert_details |
|
|
|
// This field is valid only when :ref:`forward_client_cert_details |
|
|
|
// <envoy_api_field_filter.http.HttpConnectionManager.forward_client_cert_details>` is |
|
|
|
// <envoy_api_field_filter.network.HttpConnectionManager.forward_client_cert_details>` is |
|
|
|
// APPEND_FORWARD or SANITIZE_SET and the client connection is mTLS. It specifies the fields in |
|
|
|
// APPEND_FORWARD or SANITIZE_SET and the client connection is mTLS. It specifies the fields in |
|
|
|
// the client certificate to be forwarded. Note that in the |
|
|
|
// the client certificate to be forwarded. Note that in the |
|
|
|
// :ref:`config_http_conn_man_headers_x-forwarded-client-cert` header, *Hash* is always set, and |
|
|
|
// :ref:`config_http_conn_man_headers_x-forwarded-client-cert` header, *Hash* is always set, and |