Emyrk
Emyrk
CCoder.com
Created by Stephen on 4/27/2024 in #help
Unable To Use DERP On Cloudflare Tunnel
@Stephen that is correct.
18 replies
CCoder.com
Created by Stephen on 4/27/2024 in #help
Unable To Use DERP On Cloudflare Tunnel
@Atif I did see that UDP post, however it is only for private networks. I have some tunnels setup on public hostnames and for that, UDP is not supported. @Stephen, reading your first post again, you are trying to make this work from the public internet, and from a private network on cloudflare?
18 replies
CCoder.com
Created by Stephen on 4/27/2024 in #help
Unable To Use DERP On Cloudflare Tunnel
I do not believe cloudflare tunnleing supports UDP, which is required for DERP to work.
18 replies
CCoder.com
Created by relja on 3/28/2024 in #help
Authentication within Coder workspaces
@relja That message means the token was refreshed, but still failed validation. If you can check the network logs maybe, there might be some more error context. What endpoint are you using for validating?
13 replies
CCoder.com
Created by michaelbrewer.eth on 3/20/2024 in #help
britive integration
External authentication exists to allow multiple authed services yes. If you can have a single sign on token that can service multiple services, then by all means just use the 1 token.
Ideal experience you log in once and then all other services know who you are and what your permissions are (which is often also centralized).
If a singular token can be used to fetch other tokens, this can all be done via the agent startup script. If this cannot be done, then you have to use multiple external auths. Coder handles refreshing the tokens, so the frequency of authenticating should be very rare.
20 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
It is still there, just the workspace creation was shifted
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
@Atif It was just moved. The FE changed so now it appears before the workspace creation page.
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
Something like GIT_ASKPASS=/tmp/coder.cTn36d/coder, run env in a normal terminal outside VSCode
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
It's still set to their askpass.sh
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
you can env | grep GIT_ASKPASS to see what it is set to
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
Did you reload vscode?
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
I think you can set that to false in vscode settings, and it will work
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
// Controls whether GIT_ASKPASS should be overwritten to use the integrated version.
"git.useIntegratedAskPass": true,
// Controls whether GIT_ASKPASS should be overwritten to use the integrated version.
"git.useIntegratedAskPass": true,
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
Back to the system default
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
I think it's how to make GIT_ASKPASS back to the coder one.
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
@Zoker and I confirmed external auth is working. It's VSCODE using it's own GIT_ASKPASS 🤔
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
No description
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
This path /templates/docker/versions
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
On the template page.
55 replies
CCoder.com
Created by Zoker on 2/27/2024 in #help
Is the external auth gone?
No description
55 replies