Skip to content

Commit

Permalink
added auth server config
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Sep 21, 2023
1 parent 7f9ffc4 commit 700feba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/domain-events-and-delius/deploy/values-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ generic-service:

env:
DOMAIN_EVENTS_BASE_URL: domain-events-and-delius-dev.hmpps.service.justice.gov.uk
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/.well-known/jwks.json
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-dev.hmpps.service.justice.gov.uk/auth/issuer
SENTRY_ENVIRONMENT: dev
LOGGING_LEVEL_UK_GOV_DIGITAL_JUSTICE_HMPPS: DEBUG

Expand Down
2 changes: 2 additions & 0 deletions projects/domain-events-and-delius/deploy/values-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ generic-service:

env:
DOMAIN_EVENTS_BASE_URL: domain-events-and-delius-preprod.hmpps.service.justice.gov.uk
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: https://sign-in-preprod.hmpps.service.justice.gov.uk/auth/.well-known/jwks.json
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in-preprod.hmpps.service.justice.gov.uk/auth/issuer
SENTRY_ENVIRONMENT: preprod

generic-prometheus-alerts:
Expand Down
2 changes: 2 additions & 0 deletions projects/domain-events-and-delius/deploy/values-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ generic-service:

env:
DOMAIN_EVENTS_BASE_URL: domain-events-and-delius.hmpps.service.justice.gov.uk
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK_SET_URI: https://sign-in.hmpps.service.justice.gov.uk/auth/.well-known/jwks.json
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER_URI: https://sign-in.hmpps.service.justice.gov.uk/auth/issuer
SENTRY_ENVIRONMENT: prod

0 comments on commit 700feba

Please sign in to comment.