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: authRequestHeaders:
- "Authorization" - "Authorization"
- "X-Api-Key" - "X-Api-Key"
- "Cookie"
authResponseHeaders: authResponseHeaders:
- Authorization - Authorization
services: services:
@ -91,4 +92,4 @@ data:
servers: servers:
- url: http://{{ include "kyoo.scanner.fullname" . }}:4389/ - url: http://{{ include "kyoo.scanner.fullname" . }}:4389/
{{- end }} {{- end }}
{{- end }} {{- end }}