Skip to content

Commit

Permalink
Update documentation for Reverse Proxy Auth (#7668)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 8, 2024
1 parent ac034d7 commit 0224ce4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/_data/changelogs/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11792,6 +11792,8 @@
title: Jarkata EE 9 release page
- url: https://github.com/jenkinsci/ldap-plugin/releases/tag/733.vd3700c27b_043
title: LDAP plugin 733.vd3700c27b_043
- url: https://github.com/jenkinsci/reverse-proxy-auth-plugin/releases/tag/reverse-proxy-auth-plugin-1.8.0
title: Reverse Proxy Auth plugin 1.8.0
- url: https://github.com/jenkinsci/cas-plugin/releases/tag/cas-plugin-1.7.0
title: CAS plugin 1.7.0
- url: https://www.jenkins.io/doc/book/platform-information/support-policy-servlet-containers/
Expand All @@ -11801,6 +11803,7 @@
message: |-
Upgrade Spring Framework from 5.3.39 to 6.1.14, upgrade Spring Security from 5.8.14 to 6.3.4, and upgrade Java EE from 8 to 9.
Users of the LDAP plugin must upgrade to version 733.vd3700c27b_043 in combination with upgrading Jenkins core.
Users of the Reverse Proxy Auth plugin must upgrade to version 1.8.0 in combination with upgrading Jenkins core.
Users of the CAS plugin must upgrade to version 1.7.0 in combination with upgrading Jenkins core.
Users of third-party servlet containers must upgrade their servlet container to an EE 9 version in accordance with the Jenkins Servlet Container Support Policy.
- type: major rfe
Expand Down
3 changes: 3 additions & 0 deletions content/_data/changelogs/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24624,6 +24624,8 @@
title: Jarkata EE 9 release page
- url: https://github.com/jenkinsci/ldap-plugin/releases/tag/733.vd3700c27b_043
title: LDAP plugin 733.vd3700c27b_043
- url: https://github.com/jenkinsci/reverse-proxy-auth-plugin/releases/tag/reverse-proxy-auth-plugin-1.8.0
title: Reverse Proxy Auth plugin 1.8.0
- url: https://github.com/jenkinsci/cas-plugin/releases/tag/cas-plugin-1.7.0
title: CAS plugin 1.7.0
- url:
Expand All @@ -24634,6 +24636,7 @@
message: |-
Upgrade Spring Framework from 5.3.39 to 6.1.12, upgrade Spring Security from 5.8.14 to 6.3.3, and upgrade Java EE from 8 to 9.
Users of the LDAP plugin must upgrade it to version 733.vd3700c27b_043 in lockstep with upgrading Jenkins core.
Users of the Reverse Proxy Auth plugin must upgrade to version 1.8.0 in lockstep with upgrading Jenkins core.
Users of the CAS plugin must upgrade it to version 1.7.0 in lockstep with upgrading Jenkins core.
Users of third-party servlet containers must upgrade the servlet container to an EE 9 version in accordance with the Jenkins Servlet Container Support Policy.
- type: rfe
Expand Down
8 changes: 8 additions & 0 deletions content/_data/upgrades/2-479-1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Prior to upgrading Jenkins, make sure that all plugins have been brought up to d
After completing the Jenkins upgrade, update your plugins once more to ensure that they are in line with the latest LTS build.

Users of the LDAP plugin **must** upgrade it to link:https://plugins.jenkins.io/ldap/releases/#version_733.vd3700c27b_043[version 733.vd3700c27b_043] in tandem with upgrading Jenkins core.
Users of the Reverse Proxy Auth plugin **must** upgrade it to link:https://plugins.jenkins.io/reverse-proxy-auth-plugin/releases/#version_1.8.0[version 1.8.0] in tandem with upgrading Jenkins core.
Users of the CAS plugin **must** upgrade it to link:https://plugins.jenkins.io/cas-plugin/releases/#version_1.7.0[version 1.7.0] in tandem with upgrading Jenkins core.
Users of third-party servlet containers **must** upgrade the servlet container to an EE 9 version in accordance with the link:https://www.jenkins.io/doc/book/platform-information/support-policy-servlet-containers/[Jenkins Servlet Container Support Policy].

Expand All @@ -81,6 +82,13 @@ To upgrade the LDAP plugin, follow these steps:
. Move ldap.hpi into $JENKINS_HOME/plugins/ldap.jpi and set the correct ownership and permissions.
. Start the Jenkins service with `systemctl start jenkins` or similar commands on other operating systems.

To upgrade the Reverse Proxy Auth plugin, follow these steps:

. Stop the Jenkins service with `systemctl stop jenkins` on Linux or similar commands on other operating systems.
. Download the Reverse Proxy Auth plugin from the link:https://updates.jenkins.io/download/plugins/reverse-proxy-auth-plugin/1.8.0/reverse-proxy-auth-plugin.hpi[Jenkins update center].
. Move reverse-proxy-auth-plugin.hpi into $JENKINS_HOME/plugins/reverse-proxy-auth-plugin.jpi and set the correct ownership and permissions.
. Start the Jenkins service with `systemctl start jenkins` or similar commands on other operating systems.

To upgrade the CAS plugin, follow these steps:

. Stop the Jenkins service with `systemctl stop jenkins` on Linux or similar commands on other operating systems.
Expand Down

0 comments on commit 0224ce4

Please sign in to comment.