fabric8-services / fabric8-jenkins-proxy

Apache License 2.0
1 stars 16 forks source link

unauthorized access on logging in Jenkins #203

Closed kishansagathiya closed 6 years ago

kishansagathiya commented 6 years ago

(This is with local installation of proxy) On running GET /api/info/namespace

  1. RedHat Developers' Login opens
  2. This error is seen on logging in with RHD {"errors":[{"code":"unauthorized_error","detail":"unauthorized access","status":"401","title":"Unauthorized error"}]}

This is not a problem from RHD as the URL I at which it fails is https://auth.prod-preview.openshift.io/api/login?state=$STATE&code=$CODE

OAuth2.0 login works at the moment. Login works on https://jenkins.openshift.io/ Will need some investigation in terms of what actually is causing this behaviour.

Is it something that happens on prod or prod-preview or it only happens on local installation?

kishansagathiya commented 6 years ago

Was happening because of deprovisioning of prod-preview accounts