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
When testing instructions for Dex configuration, there's an issue with authenticating. As a user after running kubectl --user=oidc get pods as per instructions the call times out with following error:
error: get-token: authentication error: oidc error: oidc discovery error: Get "https://dex.kube.local/.well-known/openid-configuration": dial tcp 172.18.255.200:443: connect: operation timed out
I0130 13:29:58.519861 69629 helpers.go:240] Connection error: Get https://127.0.0.1:60024/api/v1/pods?limit=500: getting credentials: exec: executable kubectl failed with exit code 1
In the logs of istio-ingress pod (with debug level) we can see:
Issue Type
Bug
Description
When testing instructions for Dex configuration, there's an issue with authenticating. As a user after running
kubectl --user=oidc get pods
as per instructions the call times out with following error:In the logs of istio-ingress pod (with debug level) we can see:
Detailed steps
OSX Monterey
Rancher Desktop or Colima with 4 core 8 GB of ram
Screenshots
Logs
istio-ingress logs
The text was updated successfully, but these errors were encountered: