Skip to content

Commit

Permalink
add signadot routing key header
Browse files Browse the repository at this point in the history
  • Loading branch information
shirtabachii committed Apr 2, 2024
1 parent 8af8247 commit 591c830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/internal-gateway/templates/_location_map.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ locationSnippet: |
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Baggage sd-routing-key=${SIGNADOT_SANDBOX_ROUTING_KEY};
proxy_set_header Baggage sd-sandbox=${SIGNADOT_SANDBOX_ROUTING_KEY};
proxy_redirect off;
locationDirectives:
proxy_buffer_size: "128k"
Expand Down

0 comments on commit 591c830

Please sign in to comment.