Skip to content

Commit e6cd193

Browse files
Merge remote-tracking branch 'origin/main' into vse-UID2-6322-allow-any-dii-token-validate
2 parents 0a64011 + efb8971 commit e6cd193

12 files changed

Lines changed: 17 additions & 61 deletions

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-operator</artifactId>
9-
<version>5.61.18-alpha-264-SNAPSHOT</version>
10-
9+
<version>5.61.28</version>
10+
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<vertx.version>4.5.21</vertx.version>

scripts/aws/conf/default-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"refresh_identity_token_after_seconds": 3600,
4141
"operator_type": "private",
4242
"enable_remote_config": true,
43-
"uid_instance_id_prefix": "unknown"
43+
"uid_instance_id_prefix": "unknown",
44+
"encrypted_files": false
4445
}

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,5 @@
1414
"runtime_config_metadata_path": "https://core.integ.euid.eu/operator/config",
1515
"optout_s3_folder": "optout/",
1616
"identity_scope": "euid",
17-
"runtime_config_store": {
18-
"type": "http",
19-
"config" : {
20-
"url": "https://core.integ.euid.eu/operator/config"
21-
},
22-
"config_scan_period_ms": 300000
23-
}
17+
"encrypted_files": true
2418
}

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,5 @@
2929
"enable_phone_support": true,
3030
"enable_v1_phone_support": false,
3131
"enable_v2_encryption": true,
32-
"runtime_config_store": {
33-
"type": "http",
34-
"config" : {
35-
"url": "https://core.prod.euid.eu/operator/config"
36-
},
37-
"config_scan_period_ms": 300000
38-
}
32+
"encrypted_files": true
3933
}

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +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-
"runtime_config_store": {
18-
"type": "http",
19-
"config" : {
20-
"url": "https://core-integ.uidapi.com/operator/config"
21-
},
22-
"config_scan_period_ms": 300000
23-
}}
17+
"encrypted_files": true
18+
}

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,5 @@
2525
"identity_token_expires_after_seconds": 259200,
2626
"refresh_token_expires_after_seconds": 2592000,
2727
"refresh_identity_token_after_seconds": 3600,
28-
"runtime_config_store": {
29-
"type": "http",
30-
"config" : {
31-
"url": "https://core-prod.uidapi.com/operator/config"
32-
},
33-
"config_scan_period_ms": 300000
34-
}
28+
"encrypted_files": true
3529
}

scripts/azure-cc/conf/default-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"validate_service_links": false,
4141
"operator_type": "private",
4242
"enable_remote_config": true,
43-
"uid_instance_id_prefix": "unknown"
43+
"uid_instance_id_prefix": "unknown",
44+
"encrypted_files": false
4445
}

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +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-
"runtime_config_store": {
18-
"type": "http",
19-
"config" : {
20-
"url": "https://core.uidapi.com/operator/config"
21-
},
22-
"config_scan_period_ms": 300000
23-
}
17+
"encrypted_files": true
2418
}

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,5 @@
1515
"optout_s3_folder": "optout-v2/",
1616
"identity_token_expires_after_seconds": 259200,
1717
"uid_instance_id_prefix": "unknown",
18-
"runtime_config_store": {
19-
"type": "http",
20-
"config" : {
21-
"url": "https://core.uidapi.com/operator/config"
22-
},
23-
"config_scan_period_ms": 300000
24-
}
18+
"encrypted_files": true
2519
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"validate_service_links": false,
4141
"operator_type": "private",
4242
"enable_remote_config": true,
43-
"uid_instance_id_prefix": "unknown"
43+
"uid_instance_id_prefix": "unknown",
44+
"encrypted_files": false
4445
}

0 commit comments

Comments
 (0)