From dbb674e97396dac5551c79d4b13a723251e1f78a Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:51:36 +0000 Subject: [PATCH] Mirrored from envoyproxy/envoy @ 9516f7ca43466ae8fce4e0c13923e54333a79aa6 Signed-off-by: update-envoy[bot] <135279899+update-envoy[bot]@users.noreply.github.com> --- envoy/COMMIT | 2 +- envoy/config/filter/http/ext_authz/v2/ext_authz.pb.go | 5 ++--- envoy/extensions/filters/http/ext_authz/v3/ext_authz.pb.go | 5 ++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/envoy/COMMIT b/envoy/COMMIT index 18f3d612e..1b6f169c1 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -03561251fbc50e9d16b35e02ae6032e073c16430 +9516f7ca43466ae8fce4e0c13923e54333a79aa6 diff --git a/envoy/config/filter/http/ext_authz/v2/ext_authz.pb.go b/envoy/config/filter/http/ext_authz/v2/ext_authz.pb.go index 7b9f52fd8..242b3bab5 100755 --- a/envoy/config/filter/http/ext_authz/v2/ext_authz.pb.go +++ b/envoy/config/filter/http/ext_authz/v2/ext_authz.pb.go @@ -43,12 +43,11 @@ type ExtAuthz struct { // // 1. When set to true, the filter will *accept* client request even if the communication with // the authorization service has failed, or if the authorization service has returned a HTTP 5xx - // error. In case with GRPC authorization service, only PermissionDenied (7) and Unauthenticated (16) - // status codes will *reject* client requests. And other GRPC statuses will *accept* client requests. + // error. // // 2. When set to false, ext-authz will *reject* client requests and return a *Forbidden* // response if the communication with the authorization service has failed, or if the - // authorization service has returned a HTTP 5xx error or any non-Ok GRPC status. + // authorization service has returned a HTTP 5xx error. // // Note that errors can be *always* tracked in the :ref:`stats // `. diff --git a/envoy/extensions/filters/http/ext_authz/v3/ext_authz.pb.go b/envoy/extensions/filters/http/ext_authz/v3/ext_authz.pb.go index aa050f69e..0ae4f5428 100755 --- a/envoy/extensions/filters/http/ext_authz/v3/ext_authz.pb.go +++ b/envoy/extensions/filters/http/ext_authz/v3/ext_authz.pb.go @@ -49,12 +49,11 @@ type ExtAuthz struct { // // 1. When set to true, the filter will ``accept`` client request even if the communication with // the authorization service has failed, or if the authorization service has returned a HTTP 5xx - // error. In case with GRPC authorization service, only PermissionDenied (7) and Unauthenticated (16) - // status codes will ``reject`` client requests. And other GRPC statuses will ``accept`` client requests. + // error. // // 2. When set to false, ext-authz will ``reject`` client requests and return a ``Forbidden`` // response if the communication with the authorization service has failed, or if the - // authorization service has returned a HTTP 5xx error or any non-Ok GRPC status. + // authorization service has returned a HTTP 5xx error. // // Note that errors can be “always“ tracked in the :ref:`stats // `.