Skip to content

Commit 42b0aa4

Browse files
Adding idenity scope to all the places
1 parent 398287a commit 42b0aa4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/run-e2e-tests-on-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ on:
106106
jobs:
107107
e2e-test:
108108
name: E2E Test
109-
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@cbc-UID2-4962-fix-euid-e2e
109+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@v3
110110
with:
111111
operator_type: ${{ inputs.operator_type }}
112112
operator_image_version: ${{ inputs.operator_image_version }}

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)