Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
Description
We have enabled LDAP authentication for Jenkins, but do not have authorization enabled ('Anyone can do anything').
We do not pass a username or password for the swarm clients. This results in a 401 during the jnlp connection phase.
I've attached a very simple code change to hudson.plugins.swarm.Client.java that works in our environment. Under the condition that a username and password aren't available, do not add the '-credential' switch to the Main args.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Kohsuke Kawaguchi [ kohsuke ] | sogabe [ sogabe ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | sogabe [ sogabe ] | Peter Jönsson [ mindjiver ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 141906 ] | JNJira + In-Review [ 205465 ] |
Code changed in jenkins
User: Seiji Sogabe
Path:
client/src/main/java/hudson/plugins/swarm/Client.java
http://jenkins-ci.org/commit/swarm-plugin/992f49199868f0e9d8698aa48a93428b177eb018
Log:
JENKINS-11663Swarm Client fails to connect to Jenkins when Authentication is enabled butAuthorization is diabled
Compare: https://github.com/jenkinsci/swarm-plugin/compare/54bf000...992f491