Skip to content

Commit 06ce2a0

Browse files
committed
Sync config v15.0.0 : remove Pseudonymizer code
See upstream MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86087
1 parent 9b31de5 commit 06ce2a0

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

assets/runtime/config/gitlabhq/gitlab.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -572,10 +572,6 @@ production: &base
572572
geo_migrated_local_files_clean_up_worker:
573573
cron: "15 */6 * * *"
574574

575-
# Export pseudonymized data in CSV format for analysis
576-
pseudonymizer_worker:
577-
cron: "0 * * * *"
578-
579575
# Elasticsearch bulk updater for incremental updates.
580576
# NOTE: This will only take effect if elasticsearch is enabled.
581577
elastic_index_bulk_cron_worker:
@@ -1154,20 +1150,6 @@ production: &base
11541150
remote_directory: '{{GCS_BACKUP_BUCKET}}'
11551151
#end-gcs
11561152

1157-
## Pseudonymizer exporter
1158-
pseudonymizer:
1159-
# Tables manifest that specifies the fields to extract and pseudonymize.
1160-
manifest: config/pseudonymizer.yml
1161-
upload:
1162-
remote_directory: 'gitlab-elt'
1163-
# Fog storage connection settings, see http://fog.io/storage/ .
1164-
connection:
1165-
# provider: AWS
1166-
# region: eu-west-1
1167-
# aws_access_key_id: AKIAKIAKI
1168-
# aws_secret_access_key: 'secret123'
1169-
# # The remote 'directory' to store the CSV files. For S3, this would be the bucket name.
1170-
11711153
## GitLab Shell settings
11721154
gitlab_shell:
11731155
path: {{GITLAB_SHELL_INSTALL_DIR}}/
@@ -1416,17 +1398,6 @@ test:
14161398
secret_file: tmp/gitlab_workhorse_test_secret
14171399
backup:
14181400
path: tmp/tests/backups
1419-
pseudonymizer:
1420-
manifest: config/pseudonymizer.yml
1421-
upload:
1422-
# The remote 'directory' to store the CSV files. For S3, this would be the bucket name.
1423-
remote_directory: gitlab-elt.test
1424-
# Fog storage connection settings, see http://fog.io/storage/
1425-
connection:
1426-
provider: AWS # Only AWS supported at the moment
1427-
aws_access_key_id: AWS_ACCESS_KEY_ID
1428-
aws_secret_access_key: AWS_SECRET_ACCESS_KEY
1429-
region: us-east-1
14301401
gitlab_shell:
14311402
path: tmp/tests/gitlab-shell/
14321403
authorized_keys_file: tmp/tests/authorized_keys

0 commit comments

Comments
 (0)