Unable to setup auth-url in nginx ingress as IPV6 always failed #445
abhishek-ch
started this conversation in
General
Replies: 1 comment
-
I think you need to disable ipv6 and ipv6 dns resolution in nginx itself, not the load balancer. See https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#disable-ipv6 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanna add authentication using auth-url and auth-signin but nginx is unable to connect to IPV6.
I dont want https://dashboard.testdomain.com/ to be accessible unless its not authorized using https://hot.testdomain.com/api/auth/session
I tried turning off/on IPV6 in nginx but nothing changed,
load-balancer.hetzner.cloud/ipv6-disabled: "true"
My ingress controller
My Ingress
trying to curl inside nginx pod worked fine but curl on ipv6 failed inside nginx pod example
curl -v https://[2606:4700:3033::6815:1edb]/api/auth/session
Beta Was this translation helpful? Give feedback.
All reactions