correctamundo
correctamundo
CCoder.com
Created by correctamundo on 4/23/2024 in #help
Create a worskpace with several container
Hi, I'd like to know whether it's possible in coder to create a workspace that contains for example a container where all code resides and gets executed (as usual) and additionally other containers (for example a database container) that can be accessible from the former application container. Thanks !
9 replies
CCoder.com
Created by correctamundo on 4/11/2024 in #help
Internal error exchanging Oauth code
Hello, I'm running coder on premises using docker-compose. After having set up the external-auth using gitlab on prem, this is what I'm facing: 1. coder workspace terminal shows a link to request the oauth in gitlab ✓ 2. When visitting the url I land into gitlab to authorize the gitlab application to use my account ✓ 3. After clicking on authorize it redirects me to coder with the message: tls: failed to verify certificate: x509: certificate signed by unknown authority ❌ What I'm not sure is where the issue resides, my intuition tells me that coder doesn't know the custom ca-cert that signed Gitlab instance ssl cert (although this is configured on the docker engine where the coder container is running on). Do you have any idea how can I add the custom ca cert into coder container?
12 replies