Description of problem: In OCP 4.0.0.0.5 (Installer 0.13) I can't log into either Grafana or Prometheus. The GUI spits out an "Internal Server Error" and the oauth-proxy complains about a missing e-mail address for the account. I tried both kube:admin as well as an account using LDAP authentication. Version-Release number of selected component (if applicable): How reproducible: Every time Steps to Reproduce: 1. Install OCP 4 using the Installer 0.13 2. Set up LDAP authentication (not sure that's relevant) 3. Log in with kube:admin (or a cluster-admin user). Failure after authentication succeeds. Actual results: oc logs -f grafana-754d4bf6bc-szmlg -c grafana-proxy -n openshift-monitoring 2019/03/04 08:27:44 provider.go:576: 404 GET https://openshift-authentication-openshift-authentication.apps.cluster-4ff4.4ff4.ocp4.opentlc.com/apis/user.openshift.io/v1/users/~ { "paths": [ "/apis", "/healthz", "/healthz/log", "/healthz/ping", "/healthz/poststarthook/oauth.openshift.io-startoauthclientsbootstrapping", "/metrics" ] } 2019/03/04 08:27:44 oauthproxy.go:635: error redeeming code (client:10.131.0.8:46472): unable to retrieve email address for user from token: got 404 { "paths": [ "/apis", "/healthz", "/healthz/log", "/healthz/ping", "/healthz/poststarthook/oauth.openshift.io-startoauthclientsbootstrapping", "/metrics" ] } Expected results: Additional info:
*** This bug has been marked as a duplicate of bug 1678645 ***