fingerprint + Kubernetes #959
Replies: 3 comments 5 replies
-
Use kubernetes secrets for your host keys |
Beta Was this translation helpful? Give feedback.
-
Hello @drakkan, I set the 6 files inside a secret which is mounted on /var/lib/sftpgo folder Inside, I have the 6 files with the tls folder containing my certificates : When I deploy SFTPGo, the fingerprint issue is fixed, BUT I can't upload files to SFTPGo. " Is it related to the Storage itself of the keys ? Keys are the only change. If this can't be fixed by code, we need to mount the volume and then copy to this location using Init-Container or PostStart-hook Regards |
Beta Was this translation helpful? Give feedback.
-
I expect that you have enabled TLS for data provider and mounted the certificate in pod either through volume or Kubernetes secret. But the permission and ownership to those TLS files might be the issue. Try changing the permission before starting the SFTPGo container. Example: Error : |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We use SFTPGo inside Kubernetes with multiple Pods. The pod that host SFTPGo reboots and the Fingerprint changed probably because the Pod has been deployed on another Node.
How to be sure that the fingerprint won't change ?
I use
Chart : sagikazarmark/[email protected]
Code : sftpgo:v2.1.0
I will upgrade to
Chart : sagikazarmark/[email protected]
Code : sftpgo:v2.2.2
Beta Was this translation helpful? Give feedback.
All reactions