Skip to content

Commit d2909aa

Browse files
committed
Sync config v14.8.0 : Add ci_secure_files related configs
Not parameterized yet See corresponding MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78227
1 parent 0c3b227 commit d2909aa

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

assets/runtime/config/gitlabhq/gitlab.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,23 @@ production: &base
447447
google_json_key_location: {{GITLAB_TERRAFORM_STATE_OBJECT_STORE_CONNECTION_GOOGLE_JSON_KEY_LOCATION}}
448448
#end-terraform_state-gcs
449449

450+
## CI Secure Files
451+
ci_secure_files:
452+
enabled: true
453+
# storage_path: shared/ci_secure_files
454+
object_store:
455+
enabled: false
456+
remote_directory: ci-secure-files # The bucket name
457+
connection:
458+
provider: AWS
459+
aws_access_key_id: AWS_ACCESS_KEY_ID
460+
aws_secret_access_key: AWS_SECRET_ACCESS_KEY
461+
region: us-east-1
462+
# host: 'localhost' # default: s3.amazonaws.com
463+
# endpoint: 'http://127.0.0.1:9000' # default: nil
464+
# aws_signature_version: 4 # For creation of signed URLs. Set to 2 if provider does not support v4.
465+
# path_style: true # Use 'host/bucket_name/object' instead of 'bucket_name.host/object'
466+
450467
## GitLab Pages
451468
pages:
452469
enabled: {{GITLAB_PAGES_ENABLED}}

0 commit comments

Comments
 (0)