mintel / dex-k8s-authenticator

A Kubernetes Dex Client Authenticator
MIT License
371 stars 146 forks source link

Dex login is fluctuation some time working and not working #106

Closed devopsdymyr closed 5 years ago

devopsdymyr commented 5 years ago

I have deployed dex server based on the reference https://medium.com/preply-engineering/k8s-auth-a81f59d4dff6 which is working fine for sometime and some time not reachable commands image

image

image

nabadger commented 5 years ago

@devopsdymyr we would need to see the dex and dex-k8s-authenticator configs (with any secrets redeacted), as well as full log output from dex/dex-k8s-auth.

I would not expect you to be able to curl that callback url directly - it will probably be looking for session data which would have been setup prior (i.e. via a call to the login url instead).

It looks like to me like Dex is crashing

devopsdymyr commented 5 years ago

Due to redirection url which is solved now