]> 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:47 +0000 (20:02 +0000)
server/sonar-auth-bitbucket/src/main/java/org/sonar/auth/bitbucket/BitbucketSettings.java

index 79cc551d5441d97afc2c5f53113df3a63aa3f5b7..ee05ce999bb7528d213652e30744c55a93700cf8 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)