SSH to workspace not working
After logging in via a
Before I get into the demo of what is happening, a little about our setup, we're self hosting Coder (0.23.2) in our K8s cluster. To secure that cluster we utilize a zero-trust Cloudflare tunnel for the cluster's services. So a user that is trying to access the Coder UI for example will go to https://coder.ourdomain.com which will lead them to our Cloudflare page, they prove their identity either with SSO or a OTP, then Istio routes them to the service they desire. Telling Istio what to do is what the
coder login we are unable to do a coder ssh workspace and are getting differing behavior depending on where we attempt this. Before I get into the demo of what is happening, a little about our setup, we're self hosting Coder (0.23.2) in our K8s cluster. To secure that cluster we utilize a zero-trust Cloudflare tunnel for the cluster's services. So a user that is trying to access the Coder UI for example will go to https://coder.ourdomain.com which will lead them to our Cloudflare page, they prove their identity either with SSO or a OTP, then Istio routes them to the service they desire. Telling Istio what to do is what the
Host section of the below command is for. We believe we are doing coder login correctly given our infrastructure