Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web UI is unavailable #110

Open
alice-vsk opened this issue Mar 21, 2023 · 2 comments
Open

Web UI is unavailable #110

alice-vsk opened this issue Mar 21, 2023 · 2 comments

Comments

@alice-vsk
Copy link

We are installing Dex from helm chart v0.13.0 in k8s 1.24.
After installation there is no errors in pod logs, also there are:

{"level":"info","msg":"listening (telemetry) on 0.0.0.0:5558","time":"2023-03-20T12:03:05Z"}
{"level":"info","msg":"listening (http) on 0.0.0.0:5556","time":"2023-03-20T12:03:05Z"}

But when we are trying to reach Dex from browser by ingress, we get 404. We get the same error code when we are doing
wget http://127.0.0.1:5556 inside pod.

@kastl-ars
Copy link

I am facing the same issue. I can reach the /healthz endpoint on the pod from another pod within the cluster, but the UI itself is unavailable.

I am using the "minimal configuration" state in the README. I tried the example ingress from the chart, I tried a Traefik ingressroute, until I found out that it is not actually the ingress controller erroring out, but the pod itself 404-ing...

@kastl-ars
Copy link

Hmmm, after some more experimenting, I guess there is nothing wrong, there just is no content on the webUI. I mean, there is no WebUI, only the endpoints that are being hit by the clients.

Something like http://dex.example.org:5556/dex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants