From 28b04a0c53850f4141ee66c74835bc313123c315 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Fri, 19 Mar 2021 02:52:15 +0000 Subject: [PATCH] protos: Shift http filters category annotation (#15556) some of the category annotations are not in the correct place - this is one of them Signed-off-by: Ryan Northey Mirrored from https://github.com/envoyproxy/envoy @ 5b875969d4571fc5bda77d6340d100142ed98797 --- .../http_connection_manager/v3/http_connection_manager.proto | 2 +- .../v4alpha/http_connection_manager.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto b/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto index f75d624e..a07a65f4 100644 --- a/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto +++ b/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto @@ -301,7 +301,6 @@ message HttpConnectionManager { // A list of individual HTTP filters that make up the filter chain for // requests made to the connection manager. :ref:`Order matters ` // as the filters are processed sequentially as request events happen. - // [#extension-category: envoy.filters.http] repeated HttpFilter http_filters = 5; // Whether the connection manager manipulates the :ref:`config_http_conn_man_headers_user-agent` @@ -883,6 +882,7 @@ message HttpFilter { oneof config_type { // Filter specific configuration which depends on the filter being instantiated. See the supported // filters for further documentation. + // [#extension-category: envoy.filters.http] google.protobuf.Any typed_config = 4; // Configuration source specifier for an extension configuration discovery service. diff --git a/envoy/extensions/filters/network/http_connection_manager/v4alpha/http_connection_manager.proto b/envoy/extensions/filters/network/http_connection_manager/v4alpha/http_connection_manager.proto index 756d055d..29feee2f 100644 --- a/envoy/extensions/filters/network/http_connection_manager/v4alpha/http_connection_manager.proto +++ b/envoy/extensions/filters/network/http_connection_manager/v4alpha/http_connection_manager.proto @@ -304,7 +304,6 @@ message HttpConnectionManager { // A list of individual HTTP filters that make up the filter chain for // requests made to the connection manager. :ref:`Order matters ` // as the filters are processed sequentially as request events happen. - // [#extension-category: envoy.filters.http] repeated HttpFilter http_filters = 5; // Whether the connection manager manipulates the :ref:`config_http_conn_man_headers_user-agent` @@ -892,6 +891,7 @@ message HttpFilter { oneof config_type { // Filter specific configuration which depends on the filter being instantiated. See the supported // filters for further documentation. + // [#extension-category: envoy.filters.http] google.protobuf.Any typed_config = 4; // Configuration source specifier for an extension configuration discovery service.