Просмотр исходного кода

Updates Tag and portal whitelist

Brad Poulton 4 лет назад
Родитель
Сommit
797082b01d
2 измененных файлов с 16 добавлено и 2 удалено
  1. 15 1
      globals.hcl
  2. 1 1
      test/aws-us-gov/mdr-test-c2/200-customer-portal/terragrunt.hcl

+ 15 - 1
globals.hcl

@@ -20,7 +20,21 @@ locals {
     "99.56.213.129/32",    # Fred Damstra
     "97.117.81.187/32",    # Colby Williams
   ]
-  portal_test_whitelist = local.trusted_ips # for now, an alias
+
+  portal_test_whitelist = [ # IPs for Portal Test and vmray
+    "12.245.107.250/32",   # DPS Office Legato
+    "12.204.167.162/32",   # DPS Office San Antonio
+    "54.86.98.62/32",      # DPS AWS User VPN
+    "75.138.227.80/32",    # Duane Waddle
+    "24.11.231.98/32",     # George Starcher
+    "99.151.37.185/32",    # Wesley Leonard
+    "70.106.200.157/32",   # John Reuther
+    "73.10.53.113/32",     # Rick Page Home
+    "50.21.207.50/32",     # Brad Poulton
+    "70.160.60.248/32",    # Brandon Naughton 
+    "99.56.213.129/32",    # Frederick Damstra
+    "97.117.81.187/32",    # Colby Williams
+  ]
 
   #Customer External IPs
   #To increase flexibility and to provide better documentation,

+ 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.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/customer_portal?ref=v1.10.2"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/customer_portal?ref=v1.23.3"
 }
 
 dependency "vpc" {