Skip to content

Commit

Permalink
revert change of ext authz and ext proc
Browse files Browse the repository at this point in the history
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
  • Loading branch information
wbpcode committed Aug 25, 2022
1 parent 7f71262 commit b8e6967
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ ClientConfig::ClientConfig(const envoy::extensions::filters::http::ext_authz::v3
path_prefix_(path_prefix),
tracing_name_(fmt::format("async {} egress", config.http_service().server_uri().cluster())),
request_headers_parser_(Router::HeaderParser::configure(
config.http_service().authorization_request().headers_to_add(),
envoy::config::core::v3::HeaderValueOption::OVERWRITE_IF_EXISTS_OR_ADD)) {}
config.http_service().authorization_request().headers_to_add(), false)) {}

MatcherSharedPtr
ClientConfig::toRequestMatchers(const envoy::type::matcher::v3::ListStringMatcher& list) {
Expand Down

0 comments on commit b8e6967

Please sign in to comment.