Skip to content

Commit

Permalink
Merge pull request #368 from NHSDigital/apm-3686-retire-first-gen-moc…
Browse files Browse the repository at this point in the history
…k-auth

APM-3686 Change target servers for nhs-login mock
  • Loading branch information
acarriedev authored Sep 5, 2023
2 parents 54ecef9 + 210a857 commit 62c6b8e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions azure/azure-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ extends:
NUM_RANDOM_LONG_INTS_FOR_STATE: 4
RATELIMITING: ${{ variables.ratelimiting }}
- environment: internal-qa # int backend
depends_on:
- internal_dev
stage_name: internal_qa_smartcard
fully_qualified_service_name: identity-service-internal-qa-int
service_base_path: ${{ variables.service_base_path }}-int
Expand All @@ -102,8 +100,6 @@ extends:

# INTERNAL_QA_SANDBOX
- environment: internal-qa-sandbox
depends_on:
- internal_dev
service_name: ${{ variables.service_name }}-mock
short_service_name: ${{ variables.short_service_name }}-mock
stage_name: internal_qa_sandbox
Expand All @@ -125,7 +121,7 @@ extends:
service_base_path: ${{ variables.service_base_path }}-mock
jinja_templates:
IDENTITY_PROVIDER_CIS2: cis2-keycloak
IDENTITY_PROVIDER_NHS_LOGIN: nhs-login
IDENTITY_PROVIDER_NHS_LOGIN: nhs-login-keycloak
VARIABLES_KVM: identity_service_config_keycloak
ENCRYPTED_VARIABLES_KVM: identity-service-variables-encrypted
ENCRYPTED_VARIABLES_KVM_KEY_CLIENT_SECRET: keycloak_client_secret
Expand Down Expand Up @@ -154,7 +150,7 @@ extends:
service_base_path: ${{ variables.service_base_path }}-dep
jinja_templates:
IDENTITY_PROVIDER_CIS2: cis2-dep
IDENTITY_PROVIDER_NHS_LOGIN: nhs-login-dep
IDENTITY_PROVIDER_NHS_LOGIN: nhs-login-keycloak
VARIABLES_KVM: identity_service_config_dep
ENCRYPTED_VARIABLES_KVM: identity-service-variables-encrypted
ENCRYPTED_VARIABLES_KVM_KEY_CLIENT_SECRET: dep_client_secret
Expand Down

0 comments on commit 62c6b8e

Please sign in to comment.