]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-15426 Add translation key for bitbucket authent category
authorMathieu Suen <mathieu.suen@sonarsource.com>
Mon, 27 Sep 2021 13:19:28 +0000 (15:19 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 28 Sep 2021 20:03:12 +0000 (20:03 +0000)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 5febb0e4a22cbda250c35f98906c67d458f89795..d49436dd3e4f560580c09ad5b573fd470075b12a 100644 (file)
@@ -1264,6 +1264,8 @@ property.category.almintegration.github=GitHub Authentication
 property.category.almintegration.github.description=In order to enable authentication on GitHub.com or GitHub Enterprise:<ul><li>SonarQube must be publicly accessible through HTTPS only</li><li>The property 'sonar.core.serverBaseURL' must be set to this public HTTPS URL</li><li>In your GitHub profile, you need to create a Developer Application for which the 'Authorization callback URL' must be set to <code>'&lt;value_of_sonar.core.serverBaseURL_property&gt;/oauth2/callback'</code>.</li></ul>
 property.category.almintegration.gitlab=GitLab Authentication
 property.category.almintegration.gitlab.description=In order to enable GitLab authentication, the property 'sonar.core.serverBaseURL' must be set to the public URL
+property.category.almintegration.bitbucket=Bitbucket Cloud Authentication
+property.category.almintegration.bitbucket.description=In order to enable authentication on Bitbucket.org: <ul><li>SonarQube must be publicly accessible through HTTPS only</li><li>The property 'sonar.core.serverBaseURL' must be set to this public HTTPS URL</li><li>In your Bitbucket OAuth Consumer settings, 'Callback URL' must be set to <code>'&lt;value_of_sonar.core.serverBaseURL_property&gt;/oauth2/callback'</code>.</li></ul>
 property.category.organizations=Organizations
 property.category.security=Security
 property.category.security.encryption=Encryption