You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kubelogin does not listen on IPv6, therefore it's sometimes impossible to authenticate, if localhost is resolved to ipv6 and a preferred way to connect.
To reproduce
try to login on a ipv6 first machine, curl will get stuck
Your environment
OS: macOS
kubelogin version: v1.28.1 via brew
kubectl version: 1.30.2
OpenID Connect provider: Azure / Dex
The text was updated successfully, but these errors were encountered:
So I have another app that listens on *:8000 and kubelogin only listens to 127.0.0.1:8000, so the IPv6 request is forwarded to the *:8000 app, which blocks the http request and the failback to ipv4 can never work.
Describe the issue
Kubelogin does not listen on IPv6, therefore it's sometimes impossible to authenticate, if localhost is resolved to ipv6 and a preferred way to connect.
To reproduce
try to login on a ipv6 first machine, curl will get stuck
Your environment
The text was updated successfully, but these errors were encountered: