-
Bug
-
Resolution: Unresolved
-
Minor
-
None
When testing https://github.com/jenkinsci/github-oauth-plugin/pull/92 I learned that SSH authentication in Jenkins CLI does not properly return GitHub authorities.
Note: it has never returned proper authorities but since resolving JENKINS-47113, it probably should.
Example Jenkins CLI command which should return GitHub organizations and teams as authorities.
java -jar jenkins-cli.jar -s http://localhost:8080/ -ssh -user samrocketman who-am-i
- relates to
-
JENKINS-47113 Accessing Jenkins using API token does not populate group memberships
- Resolved
-
JENKINS-43767 Can't use declarative-linter remotely when using GitHub Authentication
- Resolved
- links to