Skip to content

Commit a6351c7

Browse files
committed
turn encyroted fiels field into false to test E2E test
1 parent a9d08a2 commit a6351c7

12 files changed

+12
-12
lines changed

conf/local-e2e-docker-private-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"salts_metadata_path": "http://core:8088/salt/refresh",
1414
"cloud_encryption_keys_metadata_path": "http://core:8088/cloud_encryption_keys/retrieve",
1515
"runtime_config_metadata_path": "http://core:8088/operator/config",
16-
"encrypted_files": true,
16+
"encrypted_files": false,
1717
"identity_token_expires_after_seconds": 3600,
1818
"refresh_token_expires_after_seconds": 86400,
1919
"refresh_identity_token_after_seconds": 900,

conf/local-e2e-docker-public-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"service_links_metadata_path": "http://core:8088/service_links/refresh",
1616
"cloud_encryption_keys_metadata_path": "http://core:8088/cloud_encryption_keys/retrieve",
1717
"runtime_config_metadata_path": "http://core:8088/operator/config",
18-
"encrypted_files": true,
18+
"encrypted_files": false,
1919
"identity_token_expires_after_seconds": 3600,
2020
"refresh_token_expires_after_seconds": 86400,
2121
"refresh_identity_token_after_seconds": 900,

conf/local-e2e-private-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"service_links_metadata_path": "http://localhost:8088/service_links/refresh",
1616
"cloud_encryption_keys_metadata_path": "http://localhost:8088/cloud_encryption_keys/retrieve",
1717
"runtime_config_metadata_path": "http://localhost:8088/operator/config",
18-
"encrypted_files": true,
18+
"encrypted_files": false,
1919
"identity_token_expires_after_seconds": 3600,
2020
"refresh_token_expires_after_seconds": 86400,
2121
"refresh_identity_token_after_seconds": 900,

conf/local-e2e-public-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"service_links_metadata_path": "http://localhost:8088/service_links/refresh",
1616
"cloud_encryption_keys_metadata_path": "http://localhost:8088/cloud_encryption_keys/retrieve",
1717
"runtime_config_metadata_path": "http://localhost:8088/operator/config",
18-
"encrypted_files": true,
18+
"encrypted_files": false,
1919
"identity_token_expires_after_seconds": 3600,
2020
"refresh_token_expires_after_seconds": 86400,
2121
"refresh_identity_token_after_seconds": 900,

scripts/aws/conf/euid-integ-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"runtime_config_metadata_path": "https://core.integ.euid.eu/operator/config",
1515
"optout_s3_folder": "optout/",
1616
"identity_scope": "euid",
17-
"encrypted_files": true
17+
"encrypted_files": false
1818
}

scripts/aws/conf/euid-prod-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"enable_phone_support": true,
3030
"enable_v1_phone_support": false,
3131
"enable_v2_encryption": true,
32-
"encrypted_files": true
32+
"encrypted_files": false
3333
}

scripts/aws/conf/uid2-integ-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"runtime_config_metadata_path": "https://core-integ.uidapi.com/operator/config",
1515
"optout_s3_folder": "uid-optout-integ/",
1616
"identity_scope": "uid2",
17-
"encrypted_files": true
17+
"encrypted_files": false
1818
}

scripts/aws/conf/uid2-prod-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"identity_token_expires_after_seconds": 259200,
2626
"refresh_token_expires_after_seconds": 2592000,
2727
"refresh_identity_token_after_seconds": 3600,
28-
"encrypted_files": true
28+
"encrypted_files": false
2929
}

scripts/azure-cc/conf/integ-uid2-config.json

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

scripts/azure-cc/conf/prod-uid2-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)