Skip to content

Commit

Permalink
Migrating project to use groups in allowlist (#39)
Browse files Browse the repository at this point in the history
* Updating generic service version to 2.8

* This PR migrates the project to use groups of IPs in their allowlist.

By referring to groups to IP addresses, we can centralize the definition of groups of ip addresses.
If these lists require changing in the future, we can change the definition once and future deploys across all services will automatically include these new IPs.

1 allowlist(s) have been detected that can be migrated.



## Allowlist: helm_deploy/hmpps-authorization/values.yaml

### New Groups

The effect of applying this PR is as follows:

- The following groups will be applied: `internal`
- The size of the allowlist defined in this file will change: `8 => 0 (8 removed)`

### Added IPs

The new Group membership will result in the following IPs being added to your allowlist by applying this PR:

  Merging this PR should not result in any additional IP addresses being added to the allowlist.

### Removed IPs

The following IPs have been identified as unnecessary and will be removed by applying this PR:


- health-kick
  • Loading branch information
andrewrlee committed Nov 22, 2023
1 parent 09f792e commit de8ec23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion helm_deploy/hmpps-authorization/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: hmpps-authorization
version: 0.2.0
dependencies:
- name: generic-service
version: 2.7.1
version: "2.8"
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: 1.3.3
Expand Down
15 changes: 4 additions & 11 deletions helm_deploy/hmpps-authorization/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
generic-service:
nameOverride: hmpps-authorization
productId: DPS017
Expand All @@ -7,12 +6,12 @@ generic-service:

image:
repository: quay.io/hmpps/hmpps-authorization
tag: app_version # override at deployment time
tag: app_version # override at deployment time
port: 3000

ingress:
enabled: true
host: app-hostname.local # override per environment
host: app-hostname.local # override per environment
tlsSecretName: hmpps-authorization-cert

livenessProbe:
Expand Down Expand Up @@ -54,14 +53,8 @@ generic-service:
REDIS_PASSWORD: "REDIS_PASSWORD"

allowlist:
office: "217.33.148.210/32"
health-kick: "35.177.252.195/32"
petty-france-wifi: "213.121.161.112/28"
global-protect: "35.176.93.186/32"
mojvpn: "81.134.202.29/32"
cloudplatform-live-1: "35.178.209.113/32"
cloudplatform-live-2: "3.8.51.207/32"
cloudplatform-live-3: "35.177.252.54/32"
groups:
- internal

generic-prometheus-alerts:
targetApplication: hmpps-authorization

0 comments on commit de8ec23

Please sign in to comment.