Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-21 10:08:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-21 10:08:36 +0300
commit48aff82709769b098321c738f3444b9bdaa694c6 (patch)
treee00c7c43e2d9b603a5a6af576b1685e400410dee /config/gitlab.yml.example
parent879f5329ee916a948223f8f43d77fba4da6cd028 (diff)
Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example40
1 files changed, 40 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 605729a1435..de389514cce 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -394,6 +394,14 @@ production: &base
# File that contains the shared secret key for verifying access for gitlab-pages.
# Default is '.gitlab_pages_secret' relative to Rails.root (i.e. root of the GitLab app).
# secret_file: /home/git/gitlab/.gitlab_pages_secret
+ object_store:
+ enabled: false
+ remote_directory: pages # The bucket name
+ connection:
+ provider: AWS
+ aws_access_key_id: AWS_ACCESS_KEY_ID
+ aws_secret_access_key: AWS_SECRET_ACCESS_KEY
+ region: us-east-1
## Mattermost
## For enabling Add to Mattermost button
@@ -427,6 +435,9 @@ production: &base
# Remove expired build artifacts
expire_build_artifacts_worker:
cron: "50 * * * *"
+ # Remove files from object storage
+ ci_schedule_delete_objects_worker:
+ cron: "*/16 * * * *"
# Stop expired environments
environments_auto_stop_cron_worker:
cron: "24 * * * *"
@@ -846,6 +857,12 @@ production: &base
# (default: accept any service name in keytab file)
# service_principal_name: HTTP/gitlab.example.com@EXAMPLE.COM
+ # Kerberos realms/domains that are allowed to automatically link LDAP identities.
+ # By default, GitLab accepts a realm that matches the domain derived from the
+ # LDAP `base` DN. For example, `ou=users,dc=example,dc=com` would allow users
+ # with a realm matching `example.com`.
+ # simple_ldap_linking_allowed_realms: ['example.com','kerberos.example.com']
+
# Dedicated port: Git before 2.4 does not fall back to Basic authentication if Negotiate fails.
# To support both Basic and Negotiate methods with older versions of Git, configure
# nginx to proxy GitLab on an extra port (e.g. 8443) and uncomment the following lines
@@ -1005,6 +1022,21 @@ production: &base
# cas3:
# session_duration: 28800
+ # FortiAuthenticator settings
+ forti_authenticator:
+ # Allow using FortiAuthenticator as OTP provider
+ enabled: false
+
+ # Host and port of FortiAuthenticator instance
+ # host: forti_authenticator.example.com
+ # port: 443
+
+ # Username for accessing FortiAuthenticator API
+ # username: john
+
+ # Access token for FortiAuthenticator API
+ # access_token: 123s3cr3t456
+
# Shared file storage settings
shared:
# path: /mnt/gitlab # Default: shared
@@ -1318,6 +1350,14 @@ test:
# user: YOUR_USERNAME
pages:
path: tmp/tests/pages
+ object_store:
+ enabled: false
+ remote_directory: pages # The bucket name
+ connection:
+ provider: AWS
+ aws_access_key_id: AWS_ACCESS_KEY_ID
+ aws_secret_access_key: AWS_SECRET_ACCESS_KEY
+ region: us-east-1
repositories:
storages:
default: