]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12460 Add description to Gitlab setting
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 3 Oct 2019 15:57:21 +0000 (17:57 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 7 Oct 2019 18:21:06 +0000 (20:21 +0200)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 6d63d97795823098958a3d7b9fd5e0062cf214ca..ed073fb04937002ba25128f3da26fc2713eac013 100644 (file)
@@ -937,6 +937,7 @@ property.category.security.encryption=Encryption
 property.category.security.github=GitHub
 property.category.security.github.description=In order to enable GitHub authentication:<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.security.gitlab=Gitlab
+property.category.security.gitlab.description=In order to enable Gitlab authentication, the property 'sonar.core.serverBaseURL' must be set to the public URL
 property.category.security.saml=SAML
 property.category.security.saml.description=In order to enable SAML authentication, the property 'sonar.core.serverBaseURL' must be set to the public URL
 property.category.java=Java