- ver. 1.572
- Project-based matrix auth, Jenkins user database
Who am I of admin:
Name: ADMIN
IsAuthenticated?: true
Authorities:
"authenticated"
Details: org.acegisecurity.ui.WebAuthenticationDetails@0: RemoteIpAddress: xxx.xxx.xxx.xxx; SessionId: xxxxx
toString: org.acegisecurity.providers.UsernamePasswordAuthenticationToken@450a582b: Username: hudson.security.HudsonPrivateSecurityRealm$Details@78af304f; Password: [PROTECTED]; Authenticated: true; Details: org.acegisecurity.ui.WebAuthenticationDetails@0: RemoteIpAddress: xxx.xxx.xxx.xxx; SessionId: xxxx; Granted Authorities: authenticated
Request Headers
cookie JSESSIONIDxxxxxxxxx; screenResolution=1920x1080
host xxxxxxx
accept text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
content-length 0
Accept-Language de,en-US;q=0.7,en;q=0.3
connection keep-alive
user-agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0
Accept-Encoding gzip, deflate
Who am I of beta tester:
Name: BETATESTER
IsAuthenticated?: true
Authorities:
"authenticated"
Details: org.acegisecurity.ui.WebAuthenticationDetails@0: RemoteIpAddress: xxx.xxx.xxx.xxx; SessionId: xxxxx
toString: org.acegisecurity.providers.UsernamePasswordAuthenticationToken@d96656e0: Username: hudson.security.HudsonPrivateSecurityRealm$Details@c781c3b; Password: [PROTECTED]; Authenticated: true; Details: org.acegisecurity.ui.WebAuthenticationDetails@0: RemoteIpAddress: xxx.xxx.xxx.xxx; SessionId: xxxxxx; Granted Authorities: authenticated
Request Headers
cookie JSESSIONIDxxxxx; screenResolution=1440x900
host xxxxx
accept text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
content-length 0
Accept-Language de,en-US;q=0.7,en;q=0.3
connection keep-alive
user-agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0
Accept-Encoding gzip, deflate
It sounds an issue not of authorize-project but of Jenkins core.
Changed the component.