Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DCMAW-11018: Updates READID_BASE_URL envVar in dev and build #341

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 2 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
4 changes: 2 additions & 2 deletions backend-api/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Mappings:
EnvironmentVariables:
dev:
STSBASEURL: 'https://mob-sts-mock.review-b-async.dev.account.gov.uk'
ReadIdBaseUrl: 'https://api-mob-readid-mock.review-b-async.dev.account.gov.uk/v2'
ReadIdBaseUrl: 'https://mob-readid-mock.review-b-async.dev.account.gov.uk/v2'
Copy link
Contributor Author

@jmooney-dd jmooney-dd Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be merged only AFTER this commit's changes have been applied

ClientRegistrySecretPath: 'dev/clientRegistry'
BiometricSubmitterKeySecretPathPassport: '/dev/BIOMETRIC_SUBMITTER_ACCESS_KEY_NFC_PASSPORT'
BiometricSubmitterKeySecretPathBrp: '/dev/BIOMETRIC_SUBMITTER_ACCESS_KEY_NFC_BRP'
Expand All @@ -169,7 +169,7 @@ Mappings:

build:
STSBASEURL: 'https://mob-sts-mock.review-b-async.build.account.gov.uk'
ReadIdBaseUrl: 'https://api-mob-readid-mock.review-b-async.build.account.gov.uk/v2'
ReadIdBaseUrl: 'https://mob-readid-mock.review-b-async.build.account.gov.uk/v2'
ClientRegistrySecretPath: 'build/clientRegistry'
BiometricSubmitterKeySecretPathPassport: '/build/BIOMETRIC_SUBMITTER_ACCESS_KEY_NFC_PASSPORT'
BiometricSubmitterKeySecretPathBrp: '/build/BIOMETRIC_SUBMITTER_ACCESS_KEY_NFC_BRP'
Expand Down