Roll jellyfin-ha to v0.3.3 and drop Service session affinity #481
Reference in New Issue
Block a user
Delete Branch "benvin/jellyfin-sso-valkey-state"
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?
SSO login fails across replicas with "Invalid or expired state": the SSO plugin kept OAuth state in-process, so
/sso/OID/startand the IdP callback could land on different pods. jellyfin-ha v0.3.3 ships the forked plugin backing that state with Valkey, so per-client pod pinning is no longer needed for correctness.jellyfin-ha:v0.3.3sessionAffinity: ClientIPfrom both ServicesPart of unkin/jellyfin-ha-src#27