bug_fix: modified HTTP and gRPC clients to support response status on client error (#4199)
Ext_Authz HTTP client has been modified so that 5xx errors received from the authorization server will set the filter response status to error instead of denied and HTTP status code field to Forbidden. The gRPC client has been also modified in order to return HTTP status code Forbidden whenever an error between the client and the authorization server occurs. Risk Level: low Testing: unit tests, manual tests. Docs Changes: not needed. Fixes issue: #4124. Signed-off-by: Gabriel <gsagula@gmail.com> Mirrored from https://github.com/envoyproxy/envoy @ d646949e0534557084196dea850c26599e53f1b8pull/620/head
parent
033eb6ab9b
commit
76a6a891fb
1 changed files with 17 additions and 4 deletions
Loading…
Reference in new issue