mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
OIDC does not work with multiple replicas #3548
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bhargav2427 on GitHub (Feb 3, 2025).
Bug Report
I deployed open web ui using helm charts on Kubernetes. If we set multiple replicas with OIDC login. It does not work. It gives below error.
And, this issue is because of OIDC token was stored in a only one pod. If request goes to another pod, it does not have token and thats why give above error. Is there any way to fix it?
Installation Method
Kubernetes
Expected Behavior:
OIDC should work with more than one pod.
Actual Behavior:
OIDC authentication is not working with more than one pod.