Skip to content

Commit 030a257

Browse files
fix: add fourth IP to pilot ALB allow-list (#206)
1 parent aa72a59 commit 030a257

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infra/app/app-config/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ locals {
5252
# intended user group. Restrict ALB access to known IPs until the service is
5353
# decommissioned or reopened to a wider group.
5454
# TODO: remove this restriction (or decommission the service) once the pilot concludes.
55-
alb_ingress_cidr_blocks = ["174.51.194.156/32", "173.56.203.62/32", "47.28.16.92/32"]
55+
alb_ingress_cidr_blocks = ["174.51.194.156/32", "173.56.203.62/32", "47.28.16.92/32", "108.48.242.121/32"]
5656

5757
environment_configs = {
5858
dev = module.dev_config

infra/frontend/app-config/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ locals {
5252
# intended user group. Restrict ALB access to known IPs until the service is
5353
# decommissioned or reopened to a wider group.
5454
# TODO: remove this restriction (or decommission the service) once the pilot concludes.
55-
alb_ingress_cidr_blocks = ["174.51.194.156/32", "173.56.203.62/32", "47.28.16.92/32"]
55+
alb_ingress_cidr_blocks = ["174.51.194.156/32", "173.56.203.62/32", "47.28.16.92/32", "108.48.242.121/32"]
5656

5757
environment_configs = {
5858
dev = module.dev_config

0 commit comments

Comments
 (0)