Diranged
Diranged
CCoder.com
Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
done
26 replies
CCoder.com
Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
@Phorcys is your team able to review https://github.com/coder/modules/pull/452?
26 replies
CCoder.com
Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
right now we're just running off this branch - and it seems to be working.. feel free to add comments and i can make adjustments
26 replies
CCoder.com
Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
26 replies
CCoder.com
Created by Diranged on 4/25/2025 in #help
Users redirected to Login page periodically...
This is incredibly frustrating for users... Here's an example of what just happened to me. 1. 6:42:06 - I logged in with a window and started poking around. 2. 6:42:37 - I used another window to go to the same endpoint... and I got prompted to log in! Why? Looking at the logs, we can see the order of operations:
2025-04-26 13:42:06.672 [info] coderd: audit_log ID=51d178b8-a09f-4aa0-81a4-e2cd997985fa ... Action=start Diff="{}" StatusCode=200 AdditionalFields="{\"workspace_name\":\"work\",\"build_number\":\"7\",\"build_reason\":\"initiator\",\"workspace_owner\":\"\",\"workspace_id\":\"1fc7b1c7-4b74-476e-9c65-6d2f831d5fcd\"}" RequestID=530623fc-2a7d-40cd-a33b-e7f6033a4065 ResourceIcon="" actor="&{ID:7f8d9aab-0472-4c99-bd89-3f836b4a8068 Email:xxx Username:diranged}"

2025-04-26 13:42:37.305 [warn] coderd: GET host=... path=/api/v2/updatecheck ... status_code=500 latency_ms=72 response_body="{\"message\":\"An internal server error occurred.\",\"detail\":\"pq: unable to read message kind\"}\n" request_id=b8ec8b09-d67f-484f-85fb-abcdf85fcc1d

2025-04-26 13:42:39.113 [info] coderd: audit_log ID=38a0f262-55a6-4c77-905f-8c3f482775a7 ... Action=logout Diff="{}" StatusCode=200 AdditionalFields="{}" RequestID=8f5ca26d-00e4-4438-8eeb-960e43c65f8b ResourceIcon="" actor="&{ID:7f8d9aab-0472-4c99-bd89-3f836b4a8068 Email:xxx Username:diranged}"
2025-04-26 13:42:06.672 [info] coderd: audit_log ID=51d178b8-a09f-4aa0-81a4-e2cd997985fa ... Action=start Diff="{}" StatusCode=200 AdditionalFields="{\"workspace_name\":\"work\",\"build_number\":\"7\",\"build_reason\":\"initiator\",\"workspace_owner\":\"\",\"workspace_id\":\"1fc7b1c7-4b74-476e-9c65-6d2f831d5fcd\"}" RequestID=530623fc-2a7d-40cd-a33b-e7f6033a4065 ResourceIcon="" actor="&{ID:7f8d9aab-0472-4c99-bd89-3f836b4a8068 Email:xxx Username:diranged}"

2025-04-26 13:42:37.305 [warn] coderd: GET host=... path=/api/v2/updatecheck ... status_code=500 latency_ms=72 response_body="{\"message\":\"An internal server error occurred.\",\"detail\":\"pq: unable to read message kind\"}\n" request_id=b8ec8b09-d67f-484f-85fb-abcdf85fcc1d

2025-04-26 13:42:39.113 [info] coderd: audit_log ID=38a0f262-55a6-4c77-905f-8c3f482775a7 ... Action=logout Diff="{}" StatusCode=200 AdditionalFields="{}" RequestID=8f5ca26d-00e4-4438-8eeb-960e43c65f8b ResourceIcon="" actor="&{ID:7f8d9aab-0472-4c99-bd89-3f836b4a8068 Email:xxx Username:diranged}"
I got logged it looks like due to a postgres connection error: pq: unable to read message kind
7 replies
CCoder.com
Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
@Phorcys Mornin... I've started a branch at https://github.com/coder/modules/compare/main...diranged:jetbrains_arm64 that seems like it works (in terms of installing the architecture appropriate code on the nodes). Before I try to polish anything, does this look vaguely correct? Or would your team want it to look different?
26 replies
CCoder.com
Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
OK - that's great to know. If I get time next week, I'll try to work on that.. I wasn't aware it was that easy to fork these repos and improve them. Thank you.
26 replies
CCoder.com
Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
It's not as simple as forking the module to a new public repo and then somehow pointing my main.tf at it, right?
26 replies
CCoder.com
Created by Diranged on 4/17/2025 in #help
Does the Jetbrains Gateway module only support AMD64 hosts?
I wouldn't mind contributing - except that it's not clear to me how to write and test our own forked version of a terraform module. Sorry, terraform is not our typical toolkit here (we're more of a CDK/CloudFormation/native K8S shop)...
26 replies
CCoder.com
Created by Diranged on 4/13/2025 in #help
How to use External Auth to pull down Github NPM packages?
Github simply doesn't support it... pretty terrible to be honest.
10 replies
CCoder.com
Created by Diranged on 4/13/2025 in #help
How to use External Auth to pull down Github NPM packages?
No - you cannot. 😦
10 replies
CCoder.com
Created by Diranged on 4/13/2025 in #help
How to use External Auth to pull down Github NPM packages?
After digging for a while - and talking to Github - I discovered that the ONLY tokens that are allowed to make calls to their NPM service are PATs. Nothing else. No Github-App generated tokens. 😦
10 replies