From fde17e082d56bc8db10b494a60041f1c0ec0d3a2 Mon Sep 17 00:00:00 2001 From: Allan Burdajewicz Date: Thu, 3 Oct 2024 07:09:29 +1000 Subject: [PATCH] Fix 2.462.3 upgrade guide --- content/_data/upgrades/2-462-3.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_data/upgrades/2-462-3.adoc b/content/_data/upgrades/2-462-3.adoc index b0e34a5c6a2c..94d7d02a4d26 100644 --- a/content/_data/upgrades/2-462-3.adoc +++ b/content/_data/upgrades/2-462-3.adoc @@ -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`. \ No newline at end of file