-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
jenkins : 2.414.1
github oauth plugin : 588.vf696a_350572a_
-
-
596.v0646c4a_0a_962
When connecting to Jenkins using GitHub OAuth, there is a significant delay before information about the groups to which the user belongs comes back down.
We can make sure by consulting the whoAmI page.
There may be a wait of up to 1 minute before the information is actually sent down.
2 problems arise from this :
- Links from /static-files/ return a 403 exception (same as JENKINS-63296)
- Build launches generate a "could not be located" exception (same as JENKINS-67026)
This is extremely penalizing for us
- causes
-
JENKINS-72276 GitHub Auth plugin 596.v0646c4a_0a_962 severe performance regression
-
- Closed
-
- is related to
-
JENKINS-73060 Github Oauth authentication 'randomly' missing authorities
-
- Open
-
- links to
[JENKINS-72209] Authorities are not immediately returned from github when login
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "GitHub oauth plugin release that may fix the issue (Web Link)" [ 29013 ] |
Released As | New: 596.v0646c4a_0a_962 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
cpottiers Potentially the issues you were seeing are corrected by https://github.com/jenkinsci/github-oauth-plugin/pull/256. As it's related to a cache issue that seems related to JENKINS-72268.