Skip to content

Commit 997e9ef

Browse files
authored
fix: Fix Service Now config in Dev and Integration (#1875)
Fix SNow config
1 parent a467911 commit 997e9ef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

infrastructure/tf-core/environments/development.tfvars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -968,9 +968,9 @@ function_apps = {
968968

969969
# Connect to ServiceNow Integration Instance (can be swapped for Wiremock for testing, or to ServiceNow Dev Instance if we want to align the environments correctly)
970970
ServiceNowRefreshAccessTokenUrl = "https://nhsdigitaltraining.service-now.com/oauth_token.do"
971-
ServiceNowUpdateUrl = "https://nhsdigitaltraining.service-now.com/api/x_nhsd_intstation/nhs_integration/7ce726ef1b4b66d0772fa756b04bcb2a/CohortCaseUpdate"
972-
ServiceNowResolutionUrl = "https://nhsdigitaltraining.service-now.com/api/x_nhsd_intstation/nhs_integration/7ce726ef1b4b66d0772fa756b04bcb2a/CohortCaseResolution"
973-
ServiceNowGrantType = "refresh_token"
971+
ServiceNowUpdateUrl = "https://nhsdigitaltraining.service-now.com/api/x_nhsd_intstation/nhs_integration/9c78f87c97912e10dd80f2df9153aff5/CohortCaseUpdate"
972+
ServiceNowResolutionUrl = "https://nhsdigitaltraining.service-now.com/api/x_nhsd_intstation/nhs_integration/9c78f87c97912e10dd80f2df9153aff5/CohortCaseResolution"
973+
ServiceNowGrantType = "client_credentials"
974974
ServiceNowParticipantManagementTopic = "servicenow-participant-management" # Sends messages to the servicenow participant manage topic
975975
}
976976
}

infrastructure/tf-core/environments/integration.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,8 @@ function_apps = {
963963
]
964964
env_vars_static = {
965965
ServiceNowRefreshAccessTokenUrl = "https://nhsdigitaltraining.service-now.com/oauth_token.do"
966-
ServiceNowUpdateUrl = "https://nhsdigitaltraining.service-now.com/api/x_nhsd_intstation/nhs_integration/7ce726ef1b4b66d0772fa756b04bcb2a/CohortCaseUpdate"
967-
ServiceNowResolutionUrl = "https://nhsdigitaltraining.service-now.com/api/x_nhsd_intstation/nhs_integration/7ce726ef1b4b66d0772fa756b04bcb2a/CohortCaseResolution"
966+
ServiceNowUpdateUrl = "https://nhsdigitaltraining.service-now.com/api/x_nhsd_intstation/nhs_integration/9c78f87c97912e10dd80f2df9153aff5/CohortCaseUpdate"
967+
ServiceNowResolutionUrl = "https://nhsdigitaltraining.service-now.com/api/x_nhsd_intstation/nhs_integration/9c78f87c97912e10dd80f2df9153aff5/CohortCaseResolution"
968968
ServiceNowGrantType = "client_credentials"
969969
ServiceNowParticipantManagementTopic = "servicenow-participant-management" # Sends messages to the servicenow participant manage topic
970970
}

0 commit comments

Comments
 (0)