From 87f3706724700fb08ff2e3ed2e05612abf557fad Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Tue, 28 Feb 2023 11:35:46 +0000 Subject: [PATCH] Fix changelog and API docs (#25797) Signed-off-by: rulex123 Mirrored from https://github.com/envoyproxy/envoy @ e515b02318e55f7f8bcef8db1fde21c1d46990b0 --- envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto b/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto index aa7be64b..de3192bd 100644 --- a/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto +++ b/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto @@ -258,6 +258,8 @@ message AuthorizationRequest { // Authorization request includes the client request headers that have a correspondent match // in the :ref:`list `. + // This field has been deprecated in favor of :ref:`allowed_headers + // `. // // .. note:: // @@ -272,8 +274,6 @@ message AuthorizationRequest { // ` // setting) hence the value of its ``Content-Length`` reflects the size of its payload size. // - // This field has been deprecated in favor of :ref:`allowed_headers - // `. type.matcher.v3.ListStringMatcher allowed_headers = 1 [deprecated = true, (envoy.annotations.deprecated_at_minor_version) = "3.0"];