kubetail-org / kubetail

Private, real-time log viewer for Kubernetes
https://www.kubetail.com/demo
Apache License 2.0
350 stars 16 forks source link

Name of the session cookie #22

Closed jkroepke closed 7 months ago

jkroepke commented 7 months ago

Hi,

is it possible to change the name of the cookie? I would like to use cookie prefixes.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#cookie_prefixes

amorey commented 7 months ago

I pushed a new version (0.1.9) that makes the session cookie name configurable via the session.cookie.name config option. I also updated the helm chart so if you add it to your values.yaml file under config, it should work. Let me know if you run into any problems!