Token persistence issue / token issue with several pods #1792
Unanswered
genseb13011
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi,
I've deployed SFTPGo using the https://charts.sagikazarmark.dev/sftpgo helm chart version 0.19.0.
I'm trying to configure High availability so I've set the
replicaCount: 2
I've notice random issue with token generated.
I've set the
is_shared: 1
(and alsotoken_validation: 1
in doubt) but still have same issue.I've also notice that when I kill my pods, token are not persisted.
What I want is that my generated tokens are well usable on any SFTPGo pods/instance and that the token persists even when pods restarts.
Below my config declaration
Thanks for your help.
Seb.
Beta Was this translation helpful? Give feedback.
All reactions