Skip to content

Commit

Permalink
RDCC-6599: undo changing of service-auth-provider URL(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiyin-cgi committed Mar 29, 2023
1 parent 3d1a862 commit 4a10ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ withPipeline(type, product, component) {
// Sync demo and perftest with master branch
syncBranchesWithMaster(branchesToSync)

env.S2S_URL_FOR_TESTS = "http://rpe-service-auth-provider-aat.aat.platform.hmcts.net"
env.S2S_URL_FOR_TESTS = "http://rpe-service-auth-provider-aat.service.core-compute-aat.internal"
env.IDAM_URL = "https://idam-api.aat.platform.hmcts.net"
env.TEST_URL = "http://rd-caseworker-ref-api-aat.aat.platform.hmcts.net"

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def vaultOverrides = [

withNightlyPipeline(type, product, component) {

env.S2S_URL_FOR_TESTS = "http://rpe-service-auth-provider-aat.aat.platform.hmcts.net"
env.S2S_URL_FOR_TESTS = "http://rpe-service-auth-provider-aat.service.core-compute-aat.internal"
env.IDAM_URL = "https://idam-api.aat.platform.hmcts.net"
env.TEST_URL = "http://rd-caseworker-ref-api-aat.aat.platform.hmcts.net"
env.Rules = params.SecurityRules
Expand Down

0 comments on commit 4a10ec6

Please sign in to comment.