From 147c52865a0a29b609c47f201b70f3b97b155cb5 Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 01:53:44 +0000 Subject: [PATCH] Revert ext_proc: send attributes #30781 (#31017) Signed-off-by: Yanjun Xiang Mirrored from https://github.com/envoyproxy/envoy @ 7730f8bb5e0aeaa807a88d88d5c39a517b735f89 --- envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto b/envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto index 37d289ec..c9500486 100644 --- a/envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto +++ b/envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto @@ -125,6 +125,7 @@ message ExternalProcessor { // for a reply. bool async_mode = 4; + // [#not-implemented-hide:] // Envoy provides a number of :ref:`attributes ` // for expressive policies. Each attribute name provided in this field will be // matched against that list and populated in the request_headers message. @@ -132,6 +133,7 @@ message ExternalProcessor { // for the list of supported attributes and their types. repeated string request_attributes = 5; + // [#not-implemented-hide:] // Envoy provides a number of :ref:`attributes ` // for expressive policies. Each attribute name provided in this field will be // matched against that list and populated in the response_headers message. @@ -255,10 +257,12 @@ message ExtProcOverrides { // Set a different asynchronous processing option than the default. bool async_mode = 2; + // [#not-implemented-hide:] // Set different optional attributes than the default setting of the // ``request_attributes`` field. repeated string request_attributes = 3; + // [#not-implemented-hide:] // Set different optional properties than the default setting of the // ``response_attributes`` field. repeated string response_attributes = 4;