JanL
CCoder.com
•Created by JanL on 1/16/2023 in #help
OIDC with Gitlab
Even with https://github.com/coder/coder/pull/5507 merged have no success with gitlab as OIDC provider. If I put a debug print of the claims data here: https://github.com/coder/coder/blob/main/coderd/userauth.go#L253 I something like this:
The nickname is completely missing. Has anyone an idea what I do wrong?
45 replies
CCoder.com
•Created by JanL on 1/5/2023 in #help
Make GIT_SSH_COMMAND envvar optional
Is it possible to make the setting of GIT_SSH_COMMAND optional? We have a product setup with a lot of repositories that need to be checked out if someone starts developing. As an optimization, we use the following ssh-command in git:
This saves us from creating too many ssh connections to our gitlab instance and having to process a handshake for everyone. Coder breaks this by using the
coder gitssh
as ssh command via envvar. Sadly, this does not only eliminate the performance optimization, it also runs into a coder rate limit:
As a workaround, we would like to use an ssh-agent instance (maybe forwarded into the WS via ssh) and the multiplexed socket - but for this to work we need to get rid of this envvar.7 replies
CCoder.com
•Created by JanL on 12/16/2022 in #help
Coder offline issues
Hello, I'm evaluating coder in our air-gapped dev environment and run into the problem that despite following https://coder.com/docs/coder-oss/latest/install/offline coder tries to install terraform on startup from the internet (which fails of course):
How can I tell coder that terraform is already present?
Another issue is that it complains that the update check fails (of course). Is it possible to deactivate this?
3 replies