.build(),
PropertyDefinition.builder(API_URL)
.name("The API url for a GitHub instance.")
- .description("The API url for a GitHub instance. https://api.github.com/ for github.com, https://github.company.com/api/v3/ when using Github Enterprise")
+ .description("The API url for a GitHub instance. https://api.github.com/ for Github.com, https://github.company.com/api/v3/ when using Github Enterprise")
.category(CATEGORY)
.subCategory(SUBCATEGORY)
.type(STRING)
PropertyDefinition.builder(WEB_URL)
.name("The WEB url for a GitHub instance.")
.description("The WEB url for a GitHub instance. " +
- "https://github.com/ for github.com, https://github.company.com/ when using GitHub Enterprise.")
+ "https://github.com/ for Github.com, https://github.company.com/ when using GitHub Enterprise.")
.category(CATEGORY)
.subCategory(SUBCATEGORY)
.type(STRING)
property.category.security=Security
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>'<value_of_sonar.core.serverBaseURL_property>/oauth2/callback'</code>.</li></ul>
+property.category.security.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>'<value_of_sonar.core.serverBaseURL_property>/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