Revert ext_proc: send attributes #30781 (#31017)

Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 7730f8bb5e0aeaa807a88d88d5c39a517b735f89
main
update-envoy[bot] 1 year ago
parent 397ed3f082
commit 147c52865a
  1. 4
      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 <arch_overview_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 <arch_overview_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;

Loading…
Cancel
Save