-
Notifications
You must be signed in to change notification settings - Fork 56
Add ftp passive ports #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Hi @nrx-ops ! Thanks for the contribution! I have a couple reservations/questions about the implementation though:
I also wonder how much of an edge case is this. Is this something this chart should support, or could it be a section in the documentation (ie. this is how you can create a service for passive ports). I'm not saying no, but I have more questions than answers at the moment. What do you think? |
Hi,
I think pasv port should be supported by this chart. sftpgo supports FTP and ftp need pasv-ports to work. |
The alternative is to make the port range part of the values file and configure it via environment variables. See |
Hi @nrx-ops did you make it work with FTP with your changes? I tried but I still got some errors on the configuration part of sftpgo. Regards |
Hi @vincenthodicq, |
I deployed it on Azure AKS. I had errors when trying to connect with FTP, i got errors with Passive connection and unable to access any of the passive port. What type of service did you use to install sftpgo? did you use ingress? |
OK, |
@nrx-ops can you share an example of the values your override for this configuration? (without anything sensitive or protected) |
I am looking in particular to see if you used force_passive_ip for ftpd configuration. If yes, did you use load balancerIP? And did you use specific externalTrafficPolicy for your service? Thanks in advance |
|
Thanks. It helps and i am now able to connect with FTP. Still having an issue with FTPS (default port being 990 and not opened / configured in the chart) |
In this case, I think that |
Any update on this PR? Without exposing passive ports the ftp portion of this helm chart is unusable |
It's funny that someone re-rerequested this PR 5 days ago, because I am basically blocked too. Edit: You can use Kustomize with helm post-renderers to get the additional port exposures in. |
+1 to this |
I agree, consider merging this |
+1 to this |
I'm also hitting this issue I believe. So I need to manually get the chart locally with those mods to get the passive ports available on the service, then route public ports to it? edit: Yeah managed to get it working with this PR applied locally. Sad that this was submitted 4 years ago and still not merged. |
The chart is being migrated to https://github.com/sftpgo/helm-chart Please submit PRs there. Thanks (I'll leave this open for now because there was recent activity. If someone is willing to pick this up, I may be able to get it reviewed, although I don't use this particular feature) |
No description provided.