Skip to content

Commit ff60598

Browse files
committed
turn off gcp encryted fiels
1 parent 0c3e4f0 commit ff60598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/gcp-oidc/conf/integ-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"optout_api_uri": "https://optout.uidapi.com/optout/replicate",
1515
"uid_instance_id_prefix": "unknown",
1616
"optout_s3_folder": "uid-optout-integ/",
17-
"encrypted_files": true
17+
"encrypted_files": false
1818
}

scripts/gcp-oidc/conf/prod-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"optout_s3_folder": "optout-v2/",
1616
"identity_token_expires_after_seconds": 259200,
1717
"uid_instance_id_prefix": "unknown",
18-
"encrypted_files": true
18+
"encrypted_files": false
1919
}

0 commit comments

Comments
 (0)