File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
assets/runtime/config/gitlabhq Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -447,6 +447,23 @@ production: &base
447
447
google_json_key_location : {{GITLAB_TERRAFORM_STATE_OBJECT_STORE_CONNECTION_GOOGLE_JSON_KEY_LOCATION}}
448
448
# end-terraform_state-gcs
449
449
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
+
450
467
# # GitLab Pages
451
468
pages :
452
469
enabled : {{GITLAB_PAGES_ENABLED}}
You can’t perform that action at this time.
0 commit comments