warp-tech / warpgate

Smart SSH, HTTPS and MySQL bastion that requires no additional client-side software
Apache License 2.0
3.92k stars 122 forks source link

Compatible with Docker Swarm ? #978

Open Seyfle opened 7 months ago

Seyfle commented 7 months ago

Hello everyone,

I've tried to deploy warpgate on a swarm cluster. I've setup the first ssh target but when I try to connect to this host I have the following message "Warpgate connecting" and then after it close the session.

Did someone already deploy Warpgate in a swarm cluster or can someone help me if i'm doing something wrong ?

Thanks in advance.

WilliamB78 commented 6 months ago

Hello @Seyfle

I am using warpgate inside a swarm cluster and it works fine. However i am using a reverse proxy (traefik) for http and tcp connections.

So perhaps you are having issues with the ports you mapped in your yaml ? Or maybe your firewall is blocking all ports but http ?

Seyfle commented 6 months ago

Hello @WilliamB78,

Thanks for your reply. I thinks that's because I forgot about the tcp part in my traefik configuration....

I will try that and come back to you.