Closed stlaz closed 5 years ago
/retest
This is broken because the Get*()
methods of the default provider instead of the methods of OpenShift
provider are used while getting redirect URL. Either I made a mistake somewhere or overestimated the way Go works with its "objects".
The latter seems to be true.
/retest
/retest
/retest
/retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ericavonb, mrogers950, stlaz
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
/retest
Adds refetching of oauth endpoints and endpoints based on them when a user tries to do a login. This happens unless these are hardcoded by user config when the binary is started.
The provider will try to refetch the information also in the cases where the fetching during login originally failed, but the endpoint information is required for whatever different purpose.
The number of refetched endpoints URLs will reduced when https://github.com/openshift/oauth-proxy/pull/100 is merged.
cc @openshift/sig-auth