Skip to content

Commit

Permalink
gateway: adapt blocked headers
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Amsallem <[email protected]>
  • Loading branch information
flomonster committed Nov 21, 2024
1 parent 96d0e98 commit bbc948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/gateway/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data:
prefix = "/api"
upstream = "http://{{ include "osrd.fullname" . }}-editoast"
require_auth = true
blocked_headers = ["x-osrd-core"]
blocked_headers = ["x-osrd-skip-authz"]
[[targets]]
prefix = "/images"
Expand Down

0 comments on commit bbc948d

Please sign in to comment.