fix(chart): send cookie header to middleware

This commit is contained in:
Antoine Labarussias 2025-11-05 09:04:52 +01:00 committed by Zoe Roux
parent 2fb393bb45
commit c60abb26f9
No known key found for this signature in database

View File

@ -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 }}
{{- end }}