Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/shared-run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
with:
repository: IABTechLab/uid2-e2e
path: uid2-e2e
ref: ian-UID2-6154-optout-e2e-update-sqs

- name: Create Docker network
if: ${{ inputs.target_environment == 'mock' }}
Expand Down
1 change: 1 addition & 0 deletions scripts/prepare_resources_for_e2e_docker_compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ if [ ${OPERATOR_TYPE} != "public" ]; then
jq_number_boolean_update ${DOCKER_CORE_CONFIG_FILE} provide_private_site_data false

jq_string_update ${DOCKER_OPTOUT_CONFIG_FILE} aws_s3_endpoint "${BORE_URL_LOCALSTACK}"
jq_string_update ${DOCKER_OPTOUT_CONFIG_FILE} aws_sqs_endpoint "${BORE_URL_LOCALSTACK}"
jq_string_update ${DOCKER_OPTOUT_CONFIG_FILE} partners_metadata_path "${BORE_URL_CORE}/partners/refresh"
jq_string_update ${DOCKER_OPTOUT_CONFIG_FILE} operators_metadata_path "${BORE_URL_CORE}/operators/refresh"
jq_string_update ${DOCKER_OPTOUT_CONFIG_FILE} core_attest_url "${BORE_URL_CORE}/attest"
Expand Down
Loading