From c60abb26f916751e13878f523969aa03f69bc7a7 Mon Sep 17 00:00:00 2001 From: Antoine Labarussias Date: Wed, 5 Nov 2025 09:04:52 +0100 Subject: [PATCH] fix(chart): send cookie header to middleware --- chart/templates/traefikproxy/configmap.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/templates/traefikproxy/configmap.yaml b/chart/templates/traefikproxy/configmap.yaml index 9c534ecd..9497e690 100644 --- a/chart/templates/traefikproxy/configmap.yaml +++ b/chart/templates/traefikproxy/configmap.yaml @@ -67,6 +67,7 @@ data: authRequestHeaders: - "Authorization" - "X-Api-Key" + - "Cookie" authResponseHeaders: - Authorization services: @@ -91,4 +92,4 @@ data: servers: - url: http://{{ include "kyoo.scanner.fullname" . }}:4389/ {{- end }} -{{- end }} \ No newline at end of file +{{- end }}