diff options
author | guillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com> | 2024-08-14 16:03:26 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-08-19 20:02:45 +0000 |
commit | c7f084b9d1f5754d43fbe7189688646ae7d190ee (patch) | |
tree | 278e0f12c40d5bacf250de096096a79bfc05656e | |
parent | 536ad591f13f5085a0e5d6557795b857f7618a68 (diff) | |
download | sonarqube-c7f084b9d1f5754d43fbe7189688646ae7d190ee.tar.gz sonarqube-c7f084b9d1f5754d43fbe7189688646ae7d190ee.zip |
SONAR-22559 Include wording project permissions in Gitlab consent messages
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
1 files changed, 4 insertions, 4 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 75db7b2737e..3995b5b280c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1658,13 +1658,13 @@ settings.authentication.gitlab.description.JIT.learn_more=Learn more about Just- settings.authentication.gitlab.description.AUTO_PROVISIONING.learn_more=Learn more about automatic provisioning with GitLab settings.authentication.gitlab.confirm.AUTO_PROVISIONING=Switch to automatic provisioning 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.AUTO_PROVISIONING.description=Once you transition to automatic provisioning users, groups and permissions 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, groups and permissions. 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 change 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_with_gitlab=Automatic user, group, and permission provisioning +settings.authentication.gitlab.form.provisioning_with_gitlab.description=Users, groups and permissions 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. settings.authentication.gitlab.configuration.unsaved_changes=You have unsaved changes. settings.authentication.gitlab.configuration.valid.JIT=Configuration is valid for Just-in-Time provisioning. |