aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorSarath Nair <91882341+sarath-nair-sonarsource@users.noreply.github.com>2024-03-08 12:54:05 +0100
committersonartech <sonartech@sonarsource.com>2024-03-08 20:02:34 +0000
commit875ad375ffd8d8323141701b7355a4f10629bb7e (patch)
tree0075771c30f882ac0bed769bc6664ed097f0a20d /sonar-core/src
parente64df27ae07319d522cb2c486c1031674ae91b23 (diff)
downloadsonarqube-875ad375ffd8d8323141701b7355a4f10629bb7e.tar.gz
sonarqube-875ad375ffd8d8323141701b7355a4f10629bb7e.zip
SONAR-21413 Show insecure configuration warning for GitLab (#10742)
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index fd3927826d9..d54c9247583 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1607,7 +1607,9 @@ settings.authentication.gitlab.confirm.AUTO_PROVISIONING=Switch to automatic pro
settings.authentication.gitlab.confirm.JIT=Switch to Just-in-Time provisioning
settings.authentication.gitlab.confirm.AUTO_PROVISIONING.description=Once you transition to automatic provisioning users and groups on GitLab projects will be inherited from GitLab. You will no longer have the ability to edit them within SonarQube. Do you want to proceed with this change?
settings.authentication.gitlab.confirm.JIT.description=Switching to Just-in-Time provisioning removes the automatic synchronization of users and groups. Users are provisioned and updated only at user login. Are you sure?
+settings.authentication.gitlab.confirm.insecure=Potentially insecure configuration
settings.authentication.gitlab.provisioning_change.confirm_changes=Confirm Changes
+settings.authentication.gitlab.provisioning_change.insecure_config=Please be aware that your configuration is potentially insecure because you didn't add any groups to the allowlist and you allowed users to sign up. Anyone can install it and gain access to your instance.
settings.authentication.gitlab.form.provisioning_with_gitlab=Automatic user and group provisioning
settings.authentication.gitlab.form.provisioning_with_gitlab.description=Users and groups are automatically provisioned from GitLab. Once activated, users and groups can only be created and modified from GitLab. Existing local users will be kept and can only be deactivated. {documentation}
settings.authentication.gitlab.form.provisioning.disabled=Your current edition does not support provisioning with GitLab. See the {documentation} for more information.