Selaa lähdekoodia

Merge pull request #271 from mdr-engineering/feature/MSOCI-1553-whitelist-BAS-LCP

Different IP for BAS, adds FRTIB too
Duane Waddle 4 vuotta sitten
vanhempi
sitoutus
934b2c748d
1 muutettua tiedostoa jossa 7 lisäystä ja 2 poistoa
  1. 7 2
      globals.hcl

+ 7 - 2
globals.hcl

@@ -102,6 +102,13 @@ locals {
       description = "BAS-Commerce CMPS"
       cidr_blocks = [
         "52.61.137.158/32",                 # 2021-04-06 From Daniel Dicke <daniel.dicke@asmr.com>
+        "52.61.70.43/32",	            # 2021-04-15 yanked from VPC flow logs
+      ]
+    },
+    {
+      description = "FRTIB CMPS"
+      cidr_blocks = [
+        "52.61.113.202/32",                 # 2021-04-15 From Brian Nguyen brian.a.nguyen@accenturefederal.com
       ]
     },
   ]
@@ -114,12 +121,10 @@ locals {
   }
 
   repo_server_whitelist = concat(
-    local.trusted_ips,
     local.afs_pop,
     local.afs_azure_pop,
     local.nga_pop,
     [ "52.179.13.17/32",  #???
-      "75.138.227.80/32", # Duane's House
     ],
     local.xdr_interconnect
   )