Skip to content

Commit

Permalink
Update IP allowlist to allow access from Delius test (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Aug 2, 2024
1 parent a2649ed commit 01b3d52
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 0 additions & 3 deletions helm_deploy/probation-offender-search/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ generic-service:
OPENSEARCH_URIS: "url"

allowlist:
delius-prod-1: 52.56.115.146/32
delius-prod-2: 35.178.104.253/32
delius-prod-3: 35.177.47.45/32
analyticplatform-1: 34.250.17.221/32
analyticplatform-2: 34.251.212.33/32
analyticplatform-3: 34.252.4.39/32
Expand Down
5 changes: 5 additions & 0 deletions helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ generic-service:
DELIUS_ENDPOINT_URL: "https://probation-search-and-delius-dev.hmpps.service.justice.gov.uk"
SENTRY_ENVIRONMENT: dev

allowlist:
delius-test-1: 35.176.126.163/32
delius-test-2: 35.178.162.73/32
delius-test-3: 52.56.195.113/32

cron:
SYNTHETIC_MONITOR_CRON_EXPRESSION: "*/10 * * * *"

Expand Down
5 changes: 0 additions & 5 deletions helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ generic-service:
delius-pre-prod-1: 52.56.240.62/32
delius-pre-prod-2: 18.130.110.168/32
delius-pre-prod-3: 35.178.44.184/32
analyticplatform-1: 34.250.17.221/32
analyticplatform-2: 34.251.212.33/32
analyticplatform-3: 34.252.4.39/32
groups:
- internal

cron:
SYNTHETIC_MONITOR_CRON_EXPRESSION: "*/10 * * * *"
Expand Down
5 changes: 5 additions & 0 deletions helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ generic-service:
DELIUS_ENDPOINT_URL: "https://probation-search-and-delius.hmpps.service.justice.gov.uk"
SENTRY_ENVIRONMENT: prod

allowlist:
delius-prod-1: 52.56.115.146/32
delius-prod-2: 35.178.104.253/32
delius-prod-3: 35.177.47.45/32

cron:
SYNTHETIC_MONITOR_CRON_EXPRESSION: "*/10 * * * *"

Expand Down

0 comments on commit 01b3d52

Please sign in to comment.