]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21508 Fix SSF-548
authorAntoine Vigneau <antoine.vigneau@sonarsource.com>
Thu, 1 Feb 2024 10:09:42 +0000 (11:09 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 1 Feb 2024 20:02:46 +0000 (20:02 +0000)
server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java

index e3b03da33602c39227b4b6c8bbed51975cccff54..6de3810e1676c77f9bdeef3a937d2b2d45a8f5a8 100755 (executable)
@@ -114,7 +114,9 @@ public class BitbucketSettings {
         .build(),
       PropertyDefinition.builder(WORKSPACE_ALLOWED_LIST)
         .name("Workspaces")
-        .description("Only members of at least one of these workspace will be able to authenticate. Keep empty to disable workspace restriction. You can use either the workspace name, or the workspace slug (ex: https://bitbucket.org/{workspace-slug}).")
+        .description("Only members of at least one of these workspace will be able to authenticate. Keep empty to disable workspace restriction. " +
+          "You can use either the workspace name, or the workspace slug (ex: https://bitbucket.org/{workspace-slug}). " +
+          "⚠ if not set, any BitBucket user will be able to authenticate to the server.")
         .category(CATEGORY)
         .subCategory(SUBCATEGORY)
         .multiValues(true)