jjj
CCoder.com
•Created by jjj on 5/5/2024 in #help
github authentication
I'm trying to use devcontainers (on GCP VM).
It appears the devcontainer setup only supports cloning using https. However, for private repos I can't get github authentication to work.
In the coder web dashboard I can see I've connected github to my coder account.
And it seems like I should add something like the following to my template
data "coder_external_auth" "github" {
id = "github"
}
However, as soon as I do this when I push the template I get an error "Error: external auth provider "github" is not configured
"
34 replies
CCoder.com
•Created by jjj on 5/3/2024 in #help
invalid character '<' looking for beginning of value
Running coder command line tool on macos I keep getting the above error for most commands (e.g. coder templates push)
coder --version
Coder v2.10.2+a11b169 Mon Apr 22 20:27:37 UTC 2024
https://github.com/coder/coder/commit/a11b1690298cb067b26b06de530d4b3f886efad1
11 replies