Conor
CCoder.com
•Created by Conor on 2/18/2025 in #help
Coder_app not directing to url correctly
Tho I have had a peek at the roadmap with the coder desktop client. And think that it could act as a better method. But would obviously have to wait for it to be released
10 replies
CCoder.com
•Created by Conor on 2/18/2025 in #help
Coder_app not directing to url correctly
Haven’t looked at the headers. Might be something to look at.
We ultimately wanted this to replace having to port forward the application on the local k8s cluster and then accessing it via the ports on the workspace.
Both because it is a nicer workflow and because it uses the ingress gateway that we have istio setup.
10 replies
CCoder.com
•Created by Conor on 6/19/2024 in #help
Access url is throwing a cert error
found the solution to the issue:
should be
6 replies
CCoder.com
•Created by Conor on 6/19/2024 in #help
Access url is throwing a cert error
The CA is correct, when I try to curl inside the servers pod it also gets a cert error. When I wget the url and specifically define the ca file location with the —ca-certificate flag with the ca file then it works fine. Seems like an issue with the server not doing update-ca-certificates or whatever needs to be done to put the cert into /etc/ssl/certs/certificates.crt
6 replies
CCoder.com
•Created by Conor on 4/9/2024 in #help
Accessing an sql server from outside the workspace
Problem I found with port sharing is it only supports http and https. However I want to be able to forward the port the container opens which is 1434 TCP
5 replies
CCoder.com
•Created by Conor on 2/23/2024 in #help
How does the coder_script terraform resource work?
So I have the script with run_on_stop set to true and when I press stop on the workspace it doesn’t run. Also would there be a way to run a script before the deletion of a workspace?
46 replies