Coder.comC
Coder.comโ€ข10mo ago
nicolas

Installing coder in EKS

Hello, I'm trying to install Coder and I'm having some difficulty connecting everything.

  1. I created an NLB with Ingress Nginx (basic config: ports 80 and 443). The certificate is from ACM.
  2. In the Helm chart for Coder, I configured Cognito, set the URL with my NLB DNS, and enabled ClusterIP.
  3. I created an Ingress (not in the Coder Helm chart) to point to port 80.
Question 1: Is this the correct way to expose Coder outside of EKS? For now, I enter the NLB DNS name, but it looks like I can't redirect to Coder.

Question 2: Has anyone successfully used Cognito to retrieve the email and create the account at login? I'm using the Authorization Code Grant, and even with the secret key, it looks like Coder can't decode the token.

Thanks
Solution
Yes ๐Ÿ™‚ in the config i missed "internet-facing" x_x thanks to GPT haha, but i wonder if the team who code the template file for the load balancer parameter to check if they can add the security group option ๐Ÿ™‚
Was this page helpful?