diff options
Diffstat (limited to 'etc/envoy')
| -rw-r--r-- | etc/envoy/envoy.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index b483fe9..eb4901a 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -185,7 +185,7 @@ static_resources: header_name: x-jwt-claim-profile-url - claim_name: picture header_name: x-jwt-claim-picture-url - forward: true + forward: false forward_payload_header: x-jwt-payload from_cookies: - id_token @@ -219,6 +219,10 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router suppress_envoy_headers: true route_config: + request_headers_to_remove: + - authorization + - cookie + - user-agent virtual_hosts: - name: local domains: ["*"] |
