Răsfoiți Sursa

Adds Portal WAF Admin IPs to globals

Brad Poulton 4 ani în urmă
părinte
comite
82a2938cf1

+ 47 - 0
globals.hcl

@@ -36,6 +36,53 @@ locals {
     "97.117.81.187/32",    # Colby Williams
   ]
 
+  admin_remote_ipset = [ 
+    {
+      "value" = "71.163.33.106/32"   # James Kerr Home
+      type    = "IPV4"
+    },
+    {
+      "value" = "73.10.53.113/32"    # Rick Page Home
+      type    = "IPV4"
+    },
+    {
+      "value" = "99.151.37.185/32"   # Wesley Leonard Home
+      type    = "IPV4"
+    },
+    {
+      "value" = "104.9.149.90/32"    # Greg Rivas Home
+      type    = "IPV4"
+    },
+    {
+      "value" = "100.4.76.3/32"      # Brandon Naughton Home
+      type    = "IPV4"
+    },
+    {
+      "value" = "170.248.173.247/32" # AFS site
+      type    = "IPV4"
+    },
+    {
+      "value" = "170.248.173.245/32" # AFS site
+      type    = "IPV4"
+    },
+    {
+      "value" = "70.120.41.230/32"   # Will Ledesma Home
+      type    = "IPV4"
+    },
+    {
+      "value" = "107.207.74.118/32"  # Angelita Crawley Home
+      type    = "IPV4"
+    },
+    {
+      "value" = "69.207.192.131/32"  # Aaron Flores Home
+      type    = "IPV4"
+    },
+    {
+      "value" = "96.231.213.193/32"  # Rob Robinette Home
+      type    = "IPV4"
+    },
+  ]
+
   #Customer External IPs
   #To increase flexibility and to provide better documentation,
   #break up the IPs based on on-prem and not on-prem. 

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/200-customer-portal/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/customer_portal?ref=v1.24.0"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/customer_portal?ref=v1.24.9"
 }
 
 dependency "vpc" {

+ 1 - 1
test/aws-us-gov/mdr-test-c2/200-customer-portal/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/customer_portal?ref=v1.24.0"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/customer_portal?ref=v1.24.9"
 }
 
 dependency "vpc" {