Installing coder in EKS
Hello, I'm trying to install Coder and I'm having some difficulty connecting everything.
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
- I created an NLB with Ingress Nginx (basic config: ports 80 and 443). The certificate is from ACM.
- In the Helm chart for Coder, I configured Cognito, set the URL with my NLB DNS, and enabled ClusterIP.
- I created an Ingress (not in the Coder Helm chart) to point to port 80.
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 