EKS / Internal NLB
Hello Folks, does anyone have a working example for values using eks w/ internal nlb? TIA
git auth in git clone module
```
module "git-clone" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/git-clone/coder"
version = "1.1.1"...
workspaceNamespaces not applying
Hi, I testing and preparing coder on my dev cluster. I want to coder workspaces run on diffirent namespace. I found in helm chart
coder.serviceAccount.workspaceNamespaces
. I configured parameter but after deployment no role and role binding was created on this namespace. What I doing wrong?
```
coder:
serviceAccount:...SSH is very laggy(affects VS Code, Jetbrains Gateway, SSH, not code-server)
As the subject says, It's very laggy. I am running it through Cloudflare tunnels and using wildcard subdomains.
Occasionally, it disconnects. I don't know why and it's super annoying. When I run
coder config-ssh
, the workspace is "unhealthy".
I am using a modified(by me) version of the Docker Template....We are seeing this [erro] containers: updater loop ticker failed - repeatedly
`2025-09-19 05:23:25.397 [erro] containers: updater loop ticker failed ...
error= list containers failed:
github.com/coder/coder/v2/agent/agentcontainers.(*API).updateContainers
/home/runner/work/coder/coder/agent/agentcontainers/api.go:571
- run docker ps: exit status 127: "/bin/bash: line 1: docker: command not found":...
Individual Workspace Access
My use of the coder platform is a bit unorthodox. Because my users will be external to my organization, I plan on having a single admin user registered on coder. A separate service will communicate with coder using an API key for said admin user to create customer workspaces. A custom proxy will be in charge of checking customer creds and verify that the attempted workspace connection is meant for that user. If it passes, it will forward the traffic to the appropriate workspace. My issue is with...
Azure AD OIDC token refresh
Hello,
Azure AD OIDC initial auth working good. In about an hour (token expires) coder seems to try to refresh token and fails. Per docs, it's advised to check if rt_hash is provide however per Azure AD docs this claim is not available by default. Is it absolutely needed and has to be added to AD (extension) or there is another way to make refresh token process work with Azure AD? Thank you.
When refresh fails the following is display in the browser (error):
Could not refresh expired OpenId Connect token. Try re-auth...ing to resolve this issue.
oauth2: cannot unmarshal token: %!w(<nil>)...
Direct SSH connection
Hi there!
I am wondering if it is at all possible to directly ssh into a coder workspace. We're trying to replace old habits of ssh-ing into VMs around the company to do development and coder seems to fit the bill. However, I found the apparent requirement of using the
coder
CLI for ssh quite the deal breaker.
If possible, I'd like all of my users to be able to just normally log in via the SSH of their OS of choice trough an IP of the workspace.
Is the coder config-ssh
step and consequent set up of the coder proxy required for this?
Would it be possible to have a template that exposes ssh for the workspaces?...Networking question
How does the networking work in the community version?
My understanding is that the UI where the coder server is running is accessible over port 80/443.
How does the connection from vs code work with the workspace?
I know that the workspace has coder agent which talks to the coder server which means no ports needs to be open inbound for workspaces. How does the coder agent talk to coder server though? Is it over https?
Also we use ssh extension for connecting vs code to connect to a workspace, is it using some kind of a https tunneling under the hood? ...
Agentic AI ideas
We're working on integrating Coder with our internal developer workflow. In our UI, which displays Jira stories, we’ve added a button that launches a development environment. This internally provisions a workspace in Coder and redirects the user to the Coder interface, where they can open VS Code and other tools.
Now, we're exploring how to incorporate agentic AI capabilities into this flow not just basic coding help like GitHub Copilot, but something more intelligent and workflow aware that enhances the overall developer experience. We're looking for ideas on how AI can add meaningful value at different stages of this workflow. Also we are using k8s cluster based workspace deployment.
Any suggestions would be appreciated....
I am dev
Hello, I'm a full-stack and blockchain developer with extensive experience in:
Frontend: React.js, Vue.js, Ethers.js, Web3.js, Tailwind CSS, Chakra UI
Backend: Node.js Express.js, NestJS, Flask/FastAPI
Blockchain: Polygon Avalanche, Tezos, Solidity, Rust, Move, Hardhat, Foundry, NFTs, DEXs, trading bots, game development etc.
If anyone looking for a dev, plz contact me....
Claude Code Max auth
How do you retain the authentications for one User across multiple workspaces for a Claude code max plan that does not use api keys?
vscode remote desktop user is always "coder"
Hi,
When connecting via VS Code desktop extension, the user is always coder. This means that when connecting to a workspace where we specifically set up a user that has a real username from one of our teams, any files created are not visible, neither are mounted GCS buckets etc.
Am I just missing how to correctly configure the vs code extension to use my coder user account, or is there just not an option for this....
Regarding VS code desktop
Hi Everyone , in workspace i have a button to launch vs code desktop but it doesn’t actually opens the folder where the git repo was cloned , tried adding in resource coder-agent but still not opening and can’t see any code to edit in terraform script. Do you guys have any idea where to edit or is there any way to delete that or restrict it by not showing in any workspace.
I added new module for vs code desktop now 2 button with same name are showing up , i want to keep one vs code either pre built or which i added.
Any help would be appreciated thank you....
Issues updating from Coder 2.13.3 to 2.22.1
Hi guys,
We're having issues updating coder, where the update never initiates, or fails somewhere without logs.
In our setup we're deploying coder in our aws eks cluster via the existing helm chart. ...
Organization Internal API not accessibles by POC Coder Tool
Hello, @eve
I am trying to build a project which involves the interaction of APIs of internal organization application, but when I try to access it, it shows me the following error
2025-09-09 01:48:41 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fb1b08bfc50>, 'Connection to <website name> timed out. (connect timeout=10)')': /rest/web/unsecured/home/log-in...
Coder freeze on "Build enqueued" stage
I am using docker compose deployment setup, and the first template I use is docker template.
After clicking run, the process seems freezed at "Build enqueued" stage forever...

filebrowser not loading, and how to mount your google drive to a local file
I'm deploying a Docker starter template as a workspace on my Coder setup (GCP) and added a file browser feature. However, I’m encountering several issues when running the workspace, and I’m unsure if the problem lies within the terraform file or the dockerfile. Additionally, I’m trying to mount my Google Drive to a local folder while preventing users from downloading files to their local machines. Any guidance would be greatly appreciated

How to access coder parameter from a devcontainer or a dockerfile,
I have tried using the Kubernetes Devconatiner template and i have added two template parameter.
i can see they are being set as environment variable after the instance is created but if i try access them from dockerfile or devcontainer.json postStartCommand, it's failing....
JFrog XRay Integration
Hope you are doing well. I have Coder deployed to EKS and I wanted to get some clarification on the Artifactory integration. The documentation makes it seems like there are 2 ways Coder can integrate with Artifactory, and they are either Jfrog-OAuth or Jfrog-Token. Right now, we went the token route because it’s the simplest. When trying to use the Coder Xray integration is fails with below error.
Secondly, is there another link for the xray-integration, mentioned in the docs, because the link referenced does not exists. Is this still a feature for Coder. See in reference below
```bash...