Hello,
I’m using Cloudflare teams to access services on my server which works fine with the email authentication. Now I want to use concourse which uses a cli tool for many functions. The problem is that I don’t know how to authenticate the cli tool with Cloudflare access since it can (obviously) not show the login page.
I first tried the same way that is used for smb shares etc (cloudflared access tcp --hostname concourse.site.com --url localhost:8445
) but when trying to connect to localhost:8445 then cloudflared just says error="websocket: bad handshake"
. Since I can reach my concourse instance from the browser after authenticating it’s not concourse’s fault.
I also installed warp client and added myself to the team which should in my understanding make everything “just work” i.e. that all requests from my computer to the services protected by access are authenticated automatically. Am I getting this wrong?
What possibilities are there to access the api from the cli application? I read something about generating a token but I don’t get where to use the token.
Thank you in advance
Joshua