ext_authz: added ability to detect partial request body data (#6583)

Signed-off-by: Brian Rectanus <brectanus@signalsciences.com>

Mirrored from https://github.com/envoyproxy/envoy @ 77d267eef63edc215f93d140f61bfc711b59a31b
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent da8a43117d
commit f487e38923
  1. 2
      envoy/config/filter/http/ext_authz/v2/ext_authz.proto

@ -52,6 +52,8 @@ message ExtAuthz {
bool use_alpha = 4 [deprecated = true];
// Enables filter to buffer the client request body and send it within the authorization request.
// A ``x-envoy-auth-partial-body: false|true`` metadata header will be added to the authorization
// request message indicating if the body data is partial.
BufferSettings with_request_body = 5;
// Clears route cache in order to allow the external authorization service to correctly affect

Loading…
Cancel
Save