diff options
| -rw-r--r-- | etc/envoy/envoy.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index bfe2ce16..3d22819e 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -137,9 +137,6 @@ static_resources: suppress_envoy_headers: true route_config: name: local_route - request_headers_to_remove: - - authorization - - cookie response_headers_to_add: - header: key: "x-content-type-options" @@ -160,6 +157,9 @@ static_resources: route: cluster: authzd timeout: 30s + request_headers_to_remove: + - authorization + - cookie # Default route - everything else goes to SpiceDB - match: prefix: "/" |
