From f6fac07743b31384f34553926308d15fea4c25ff Mon Sep 17 00:00:00 2001 From: Fani Foteva Date: Thu, 11 Jan 2024 14:45:02 +0000 Subject: [PATCH 1/5] LAWS-3585: Adding Global Protect VPN IP's to MLRA WAF Whitelist --- terraform/environments/mlra/modules/alb/waf_ip_set.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/terraform/environments/mlra/modules/alb/waf_ip_set.txt b/terraform/environments/mlra/modules/alb/waf_ip_set.txt index b4dc4f88ebe..a5b910351c0 100644 --- a/terraform/environments/mlra/modules/alb/waf_ip_set.txt +++ b/terraform/environments/mlra/modules/alb/waf_ip_set.txt @@ -210,4 +210,8 @@ 46.20.45.18/32 178.255.153.2/32 178.255.152.2/32 -35.176.93.186/32 \ No newline at end of file +35.176.93.186/32 +18.169.147.172/32 +35.176.93.186/32 +18.130.148.126/32 +35.176.148.126/32 \ No newline at end of file From c3913a5cfe7b882c7434bd7ce1a711e772473366 Mon Sep 17 00:00:00 2001 From: Fani Foteva Date: Thu, 11 Jan 2024 14:49:03 +0000 Subject: [PATCH 2/5] LAWS-3585: Adding Global Protect VPN IP's to MLRA WAF Whitelist --- terraform/environments/mlra/modules/alb/waf_ip_set.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/terraform/environments/mlra/modules/alb/waf_ip_set.txt b/terraform/environments/mlra/modules/alb/waf_ip_set.txt index a5b910351c0..cc1fca6bc9f 100644 --- a/terraform/environments/mlra/modules/alb/waf_ip_set.txt +++ b/terraform/environments/mlra/modules/alb/waf_ip_set.txt @@ -210,7 +210,6 @@ 46.20.45.18/32 178.255.153.2/32 178.255.152.2/32 -35.176.93.186/32 18.169.147.172/32 35.176.93.186/32 18.130.148.126/32 From cf31a596bd07336a6278f55a39a0dc684d58c328 Mon Sep 17 00:00:00 2001 From: ffteva-moj <152172249+ffteva-moj@users.noreply.github.com> Date: Tue, 16 Jan 2024 08:38:47 +0000 Subject: [PATCH 3/5] Adding Global protect IP's to Apex waf whitelist --- terraform/environments/apex/aws_waf_ipset.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/terraform/environments/apex/aws_waf_ipset.txt b/terraform/environments/apex/aws_waf_ipset.txt index 08973a42f80..e1fc4252630 100644 --- a/terraform/environments/apex/aws_waf_ipset.txt +++ b/terraform/environments/apex/aws_waf_ipset.txt @@ -161,4 +161,8 @@ 51.149.249.32/29 194.33.248.0/29 20.49.214.199/32 -20.49.214.228/32 \ No newline at end of file +20.49.214.228/32 +18.169.147.172/32 +35.176.93.186/32 +18.130.148.126/32 +35.176.148.126/32 From 4b77694c02e7036ce8875ea5470965f9a125fb55 Mon Sep 17 00:00:00 2001 From: Fani Foteva Date: Mon, 22 Jan 2024 14:59:46 +0000 Subject: [PATCH 4/5] LAWS-3585: Removing Global Protecr VPN's from APEX WAF IP Set as not needed atm Signed-off-by: Fani Foteva --- terraform/environments/apex/aws_waf_ipset.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terraform/environments/apex/aws_waf_ipset.txt b/terraform/environments/apex/aws_waf_ipset.txt index e1fc4252630..8eeaac21768 100644 --- a/terraform/environments/apex/aws_waf_ipset.txt +++ b/terraform/environments/apex/aws_waf_ipset.txt @@ -162,7 +162,3 @@ 194.33.248.0/29 20.49.214.199/32 20.49.214.228/32 -18.169.147.172/32 -35.176.93.186/32 -18.130.148.126/32 -35.176.148.126/32 From 1d298de4efa18b1c5224415b873a747eac2d1d14 Mon Sep 17 00:00:00 2001 From: Michael Clancy Date: Tue, 23 Jan 2024 08:34:53 +0000 Subject: [PATCH 5/5] LAWS-3585: Removed newline. --- terraform/environments/apex/aws_waf_ipset.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/apex/aws_waf_ipset.txt b/terraform/environments/apex/aws_waf_ipset.txt index 8eeaac21768..08973a42f80 100644 --- a/terraform/environments/apex/aws_waf_ipset.txt +++ b/terraform/environments/apex/aws_waf_ipset.txt @@ -161,4 +161,4 @@ 51.149.249.32/29 194.33.248.0/29 20.49.214.199/32 -20.49.214.228/32 +20.49.214.228/32 \ No newline at end of file