zounce
CCoder.com
•Created by Andrej on 11/25/2024 in #help
`coder_agent` METADATA not working in Coder API
Unfortunately not. I recall at the time going through the code and seeing we have a DB query for fetching the agent metadata, but the only place it’s used is in that stream
15 replies
CCoder.com
•Created by Scott on 11/22/2024 in #help
Older workspace no longer working
are you able to ssh into the workspace via
coder ssh
?43 replies
CCoder.com
•Created by Alan on 11/25/2024 in #help
`oauth2-proxy` allow proxied authentication
In the meantime, there are CLI options for inserting arbitrary headers on all clients & agent requests,
CODER_AGENT_HEADER[_COMMAND]
and CODER_HEADER[_COMMAND]
7 replies
CCoder.com
•Created by Alan on 11/25/2024 in #help
`oauth2-proxy` allow proxied authentication
We've discussed this in the past @ https://github.com/coder/coder/issues/11901 (The RFC is private, unfortunately)
7 replies
CCoder.com
•Created by Andrej on 11/25/2024 in #help
`coder_agent` METADATA not working in Coder API
Yeah, I can write it if need be, but I thought it'd be good for you to mention your use-case along with the request
15 replies
CCoder.com
•Created by Andrej on 11/25/2024 in #help
`coder_agent` METADATA not working in Coder API
It'd definitely be worth making a brief issue for it on
coder/coder
15 replies
CCoder.com
•Created by Andrej on 11/25/2024 in #help
`coder_agent` METADATA not working in Coder API
which is the
agents
parameter you mentioned15 replies
CCoder.com
•Created by Andrej on 11/25/2024 in #help
`coder_agent` METADATA not working in Coder API
The latest instance of the metadata is stored in the DB, so it could be easy to just add it to
codersdk.WorkspaceAgent
🤔15 replies
CCoder.com
•Created by Andrej on 11/25/2024 in #help
`coder_agent` METADATA not working in Coder API
though judging by the
// @x-apidocgen {"skip": true}
in the code, that looks like an undocumented route :(15 replies
CCoder.com
•Created by Andrej on 11/25/2024 in #help
`coder_agent` METADATA not working in Coder API
coder_agent
metadata
blocks are streamed on api/v2/workspaceagents/{id}/watch-metadata
15 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
found this out working on the coderd provider
22 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
22 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
13 replies
CCoder.com
•Created by nVitius on 11/9/2024 in #help
Coder on Windows
I don’t think they’re related
13 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