Skip to content

Commit

Permalink
Fix 2.462.3 upgrade guide (#7576)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dohbedoh authored Oct 3, 2024
1 parent 2f8d6cd commit cd77e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/_data/upgrades/2-462-3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Access to the Resource URL for authenticated users was previously removed in link:https://issues.jenkins.io/browse/JENKINS-72636[JENKINS-72636].
However, with the release of 2.462.3, this functionality has been restored.
To allow an authenticated user to access the Resource URL, add the system property `jenkins.security.ResourceDomainRootAction.allowAuthenticatedUser=false` on startup.
To allow an authenticated user to access the Resource URL, add the system property `jenkins.security.ResourceDomainRootAction.allowAuthenticatedUser=true` on startup.
This can also be done live by executing the groovy script `jenkins.security.ResourceDomainRootAction.ALLOW_AUTHENTICATED_USER = true`.

0 comments on commit cd77e9b

Please sign in to comment.