From 591c830ef45f5bda6f3660af78fee2ff846e5c6c Mon Sep 17 00:00:00 2001 From: shirtabachii Date: Tue, 2 Apr 2024 14:29:29 +0300 Subject: [PATCH] add signadot routing key header --- charts/internal-gateway/templates/_location_map.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/internal-gateway/templates/_location_map.tpl b/charts/internal-gateway/templates/_location_map.tpl index 5698b7b..1bb01b7 100644 --- a/charts/internal-gateway/templates/_location_map.tpl +++ b/charts/internal-gateway/templates/_location_map.tpl @@ -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"