-
Bug
-
Resolution: Incomplete
-
Critical
-
Jenins: 1.556
github-oauth: 0.14
All our API calls are now failing. Even a simple thing like this:
<username>:<token>@jenkins.goonies3.com/api/json
I keep getting:
Error 401 Unexpected authentication type: org.acegisecurity.providers.UsernamePasswordAuthenticationToken@b69dc627: Username: <username>; Password: [PROTECTED]; Authenticated: false; Details: org.acegisecurity.ui.WebAuthenticationDetails@ffff8868: RemoteIpAddress: <ip address>; SessionId: null; Not granted any authorities
How do I get my API calls working again? This is a huge issue, it's brining most of our automated processing to a halt.
- is related to
-
JENKINS-20064 Cannot use CLI or URL with API token with Active Directory as the access control security realm
-
- Resolved
-
[JENKINS-22409] API Token no longer working for API calls
Labels | New: api github security |
Link |
New:
This issue is related to |
I've tried version "0.15-SNAPSHOT (private-03/05/2014 10:52-soren)" of the github-oauth plugin as well from https://github.com/sorenh/github-oauth-plugin/releases and it doesn't fix the issue, APT Token still not working.