adding the authorization option to allow request with authorization header metadata

This commit is contained in:
sbouaram 2023-09-02 07:58:43 +02:00
parent 558e43f1a0
commit abde7e4f10
1 changed files with 1 additions and 1 deletions

View File

@ -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: