-
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
[JENKINS-48423] Jenkins CLI SSH auth does not return GitHub authorities
Link |
New:
This issue relates to |
Remote Link | New: This issue links to "pr 92 where bug was discovered (Web Link)" [ 19304 ] |
Description |
Original:
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 |
New:
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 Example Jenkins CLI command which should return GitHub organizations and teams as authorities. {noformat} java -jar jenkins-cli.jar -s http://localhost:8080/ -ssh -user samrocketman who-am-i {noformat} |
Link |
New:
This issue relates to |