Skip to content

Commit

Permalink
SDIT-1758: 🔧 Move to new prod prison api in cloud platform (#3824)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergphillips authored May 21, 2024
1 parent 35fa7d7 commit dc6e7a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ generic-service:
env:
SENTRY_ENVIRONMENT: prod
SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-prod.svc.cluster.local/auth/oauth/token
INTEGRATIONS_PRISON-API_URL: https://api.prison.service.justice.gov.uk
INTEGRATIONS_PRISON-API_URL: https://prison-api.prison.service.justice.gov.uk
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-prod.svc.cluster.local/auth/.well-known/jwks.json
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in.hmpps.service.justice.gov.uk/auth/issuer
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ generic-service:
env:
SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-prod.svc.cluster.local/auth/oauth/token
SENTRY_ENVIRONMENT: prod
INTEGRATIONS_PRISON-API_URL: https://api.prison.service.justice.gov.uk
INTEGRATIONS_PRISON-API_URL: https://prison-api.prison.service.justice.gov.uk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generic-service:
SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_HMPPS-AUTH_TOKEN-URI: http://hmpps-auth.hmpps-auth-prod.svc.cluster.local/auth/oauth/token
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: http://hmpps-auth.hmpps-auth-prod.svc.cluster.local/auth/.well-known/jwks.json

INTEGRATIONS_PRISON-API_URL: https://api.prison.service.justice.gov.uk
INTEGRATIONS_PRISON-API_URL: https://prison-api.prison.service.justice.gov.uk
INTEGRATIONS_PRISONER-SEARCH_URL: https://prisoner-search.prison.service.justice.gov.uk
INTEGRATIONS_PROBATION-SEARCH_URL: https://probation-offender-search.hmpps.service.justice.gov.uk

Expand Down

0 comments on commit dc6e7a9

Please sign in to comment.