Skip to content

Commit fe71902

Browse files
Merge pull request #150 from IABTechLab/cbc-UID2-4962-fix-euid-e2e
Cbc UI d2 4962 fix euid e2e
2 parents 724d919 + f68cae5 commit fe71902

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/shared-run-e2e-tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ jobs:
222222
CORE_VERSION: ${{ inputs.core_image_version }}
223223
OPTOUT_VERSION: ${{ inputs.optout_image_version }}
224224
E2E_VERSION: ${{ inputs.e2e_image_version }}
225+
IDENTITY_SCOPE: ${{ inputs.uid2_e2e_identity_scope }}
225226
OPERATOR_TYPE: ${{ inputs.operator_type }}
226227
BORE_URL_CORE: ${{ steps.bore.outputs.BORE_URL_CORE }}
227228
BORE_URL_OPTOUT: ${{ steps.bore.outputs.BORE_URL_OPTOUT }}

scripts/prepare_resources_for_e2e_docker_compose.sh

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ if [ ${OPERATOR_TYPE} != "public" ]; then
9797
jq_string_update ${OPTOUT_CONFIG_FILE} optout_url "http://${BORE_URL_OPTOUT}"
9898
fi
9999

100+
jq_string_update ${OPERATOR_CONFIG_FILE} identity_scope ${IDENTITY_SCOPE}
101+
100102
cat ${CORE_CONFIG_FILE}
101103
cat ${OPTOUT_CONFIG_FILE}
102104

0 commit comments

Comments
 (0)