Skip to content

Commit

Permalink
SONAR-22366 Fix SSF-571 on LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-vigneau-sonarsource authored and sonartech committed Jun 17, 2024
1 parent 03ad2c6 commit 4c564bb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ public class SetAction implements SettingsWsAction {
private static final String MSG_NO_EMPTY_VALUE = "A non empty value must be provided";
private static final int VALUE_MAXIMUM_LENGTH = 4000;
static final Map<String, String> KEY_CONSTRAINTS = Map.of(
"sonar.auth.gitlab.url", "sonar.auth.gitlab.secret.secured"
"sonar.auth.gitlab.url", "sonar.auth.gitlab.secret.secured",
"sonar.auth.github.webUrl", "sonar.auth.github.clientSecret.secured",
"sonar.auth.github.apiUrl", "sonar.auth.github.clientSecret.secured"
);

private final PropertyDefinitions propertyDefinitions;
Expand Down

0 comments on commit 4c564bb

Please sign in to comment.