Skip to content

Commit caeb948

Browse files
Merge pull request #1487 from IABTechLab/cbc-UID2-4962-fix-euid-e2e
Cbc UI d2 4962 fix euid e2e
2 parents 8a39bce + 42b0aa4 commit caeb948

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-operator</artifactId>
9-
<version>5.47.73-alpha-180-SNAPSHOT</version>
9+
<version>5.47.75-alpha-168-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"core_attest_url": "https://core.integ.euid.eu/attest",
1212
"optout_api_uri": "https://optout.integ.euid.eu/optout/replicate",
1313
"optout_s3_folder": "optout/",
14-
"allow_legacy_api": false
14+
"allow_legacy_api": false,
15+
"identity_scope": "euid"
1516
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"services_metadata_path": "https://core-integ.uidapi.com/services/refresh",
1111
"service_links_metadata_path": "https://core-integ.uidapi.com/service_links/refresh",
1212
"optout_metadata_path": "https://optout-integ.uidapi.com/optout/refresh",
13-
"optout_s3_folder": "uid-optout-integ/"
13+
"optout_s3_folder": "uid-optout-integ/",
14+
"identity_scope": "uid2"
1415
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"optout_synthetic_logs_count": 0,
2020
"optout_inmem_cache": true,
2121
"optout_s3_folder": "optout-v2/",
22+
"identity_scope": "uid2",
2223
"identity_token_expires_after_seconds": 259200,
2324
"refresh_token_expires_after_seconds": 2592000,
2425
"refresh_identity_token_after_seconds": 3600,

0 commit comments

Comments
 (0)