zounce
CCoder.com
•Created by TitiMoby on 11/13/2024 in #help
delete a workspace from cli fails when it was created on behalf of another user
found this out working on the coderd provider
20 replies
CCoder.com
•Created by TitiMoby on 11/13/2024 in #help
delete a workspace from cli fails when it was created on behalf of another user
You do unfortunately, we don't have a way to handle orphaned workspaces currently
20 replies
CCoder.com
•Created by Scott on 11/12/2024 in #help
Uniqueness in workspace naming
they're unique per user, they're fully qualified by
<username>/<workspacename>
8 replies
CCoder.com
•Created by nVitius on 11/9/2024 in #help
Coder on Windows
I do think this is just a windows specific Postgres encoding error
12 replies
CCoder.com
•Created by nVitius on 11/9/2024 in #help
Coder on Windows
I don’t think they’re related
12 replies
CCoder.com
•Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
The only fix I made was making sure it told you what the issue was on the frontend
28 replies
CCoder.com
•Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
Any templates that couldn't be uploaded before, still can't be uploaded
28 replies
CCoder.com
•Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
pushing .zip doesnt work at all using coder template push
I believe this is just a CLI limitation unfortunately28 replies
CCoder.com
•Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
next release you'll get a message saying Terraform couldn't find the config, which is the same behaviour as the CLI
28 replies
CCoder.com
•Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
I pushed up a fix for the frontend hanging when that's the case yesterday :) https://github.com/coder/coder/pull/15341
28 replies
CCoder.com
•Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
after extracting the zip file, there needs to be a .tf file in the root of the templateBy nested I mean, not having a main.tf in the root of the template
28 replies
CCoder.com
•Created by Nipun Agarwal on 11/5/2024 in #help
Anyone can access cursor workspace connection URL
Take a look at the source of the coder module you’re using, in the
coder_app
resource, you should be able to safely remove the &token
query parameter.11 replies
CCoder.com
•Created by Nipun Agarwal on 11/5/2024 in #help
Anyone can access cursor workspace connection URL
And for what it’s worth, you can just remove the token from the link, prompting the user to first authenticate manually within the Cursor/VSCode extension before connecting to the workspace.
11 replies
CCoder.com
•Created by Nipun Agarwal on 11/5/2024 in #help
Anyone can access cursor workspace connection URL
But yeah, it sounds like you might not want your Coder deployment accessible from the public web if that’s the case
11 replies
CCoder.com
•Created by Nipun Agarwal on 11/5/2024 in #help
Anyone can access cursor workspace connection URL
The operative part of sharing the link is that they’re sharing their access token. Even if you were to restrict the link, say by simply removing the token from it on the dashboard, that malicious user could still very easily exfiltrate their token.
11 replies
CCoder.com
•Created by Nipun Agarwal on 11/5/2024 in #help
Anyone can access cursor workspace connection URL
coder_app
resources in templates have a share
attribute, which is owner
by default: https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app#share
If you're using the Cursor Desktop module on our registry, share
is still owner
, and the link you provided will only work if the token provided (&token=...
) is the workspace owner's session token (which only they should have access to).11 replies
CCoder.com
•Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
Either way, it'd be good to see what's going wrong
28 replies
CCoder.com
•Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
You should see an error uploading via the CLI, or you can view the provisioner logs in the browser dev console network tab
28 replies
CCoder.com
•Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
The frontend isn't showing errors when it should for a few cases it would appear
28 replies
CCoder.com
•Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
Potentially related, it's really easy to nest your terraform config accidentally
28 replies