-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add blog post on new CLI in Jenkins 2.54 #817
Add blog post on new CLI in Jenkins 2.54 #817
Conversation
|
||
Existing `jenkins-cli.jar` clients should continue working as before, unless an administrator disables the remoting connection mode in _Configure Global Security_. | ||
That said, we recommend you download the new `jenkins-cli.jar` in Jenkins, and use its the new `-http` mode. | ||
This will allow you to disable the remoting mode for the CLI on the Jenkins master to prevent similar vulnerabilities in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worth mentioning that there are some limitations being compared to the remoting mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's best left to the full documentation, which I link to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reconsidered and updated the blog post.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Should be merged only after #802
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
____ | ||
Moving forward, the Jenkins security team is revisiting the design of the Jenkins CLI over the coming weeks to prevent this class of vulnerability in the future. | ||
If you are interested in participating in that discussion, please join in on the jenkinsci-dev@ mailing list. | ||
____ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: using [quote] instead of ----- would feel more idiomatic asciidoc IMO.
References handbook, so #802 should be merged first. CC @jglick