Hide Forgot
Description of problem: should be correct value for redirectURIs of oauthclients Version-Release number of selected component (if applicable): Cluster version is 4.0.0-0.nightly-2019-01-25-205123 How reproducible: always Steps to Reproduce: 1. oc get oauthclient openshift-browser-client -o json | jq -r '.redirectURIs' 2. oc get oauthclient |grep openshift-browser-client 3. Actual results: 1.[ "https://jian-5-api.qe.devcluster.openshift.com:6443/oauth/token/display", "/oauth/token/display" ] 2. openshift-browser-client XrKofbrmqDspTiSj_KOyRBGPacs6v_ueFk1bwtI7vaI FALSE default https://jian-5-api.qe.devcluster.openshift.com:6443/oauth/token/display,/oauth/token/display Expected results: should have no the '/oauth/token/display' path as redirectURI Additional info:
[hasha@fedora_pc ~]$ oc get oauthclient openshift-browser-client -o json | jq -r '.redirectURIs' [ "https://openshift-authentication-openshift-authentication.apps.qe-yapei312.qe.devcluster.openshift.com/oauth/token/display" ] [hasha@fedora_pc ~]$ oc get oauthclient |grep openshift-browser-client openshift-browser-client 9IgDcNMzBm5SZMN1xpKTqsiaVbmcyXRUETCUQG_VUkg FALSE default https://openshift-authentication-openshift-authentication.apps.qe-yapei312.qe.devcluster.openshift.com/oauth/token/display clusterversion: 4.0.0-0.nightly-2019-03-06-074438
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758