From abde7e4f1006897aa070ca4cde4fb095c89ec1a9 Mon Sep 17 00:00:00 2001 From: sbouaram Date: Sat, 2 Sep 2023 07:58:43 +0200 Subject: [PATCH] adding the authorization option to allow request with authorization header metadata --- envoy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy.yaml b/envoy.yaml index 4ca5dc8..ee73129 100644 --- a/envoy.yaml +++ b/envoy.yaml @@ -31,7 +31,7 @@ static_resources: allow_origin_string_match: - prefix: "*" allow_methods: GET, PUT, DELETE, POST, OPTIONS - allow_headers: keep-alive,user-agent,cache-control,content-type,content-transfer-encoding,custom-header-1,x-accept-content-transfer-encoding,x-accept-response-streaming,x-user-agent,x-grpc-web,grpc-timeout + allow_headers: keep-alive,user-agent,cache-control,content-type,content-transfer-encoding,custom-header-1,x-accept-content-transfer-encoding,x-accept-response-streaming,x-user-agent,x-grpc-web,grpc-timeout,authorization max_age: "1728000" expose_headers: custom-header-1,grpc-status,grpc-message http_filters: