Răsfoiți Sursa

Merge pull request #313 from mdr-engineering/feature/bp_MSOCI-1714_ca-c19_LCP

Adds IPs for CA-C19 and FRTIB ALIGHT CMPS for LCPs
Brad Poulton 4 ani în urmă
părinte
comite
d74a76c07e

+ 16 - 0
globals.hcl

@@ -105,6 +105,22 @@ locals {
         "52.61.113.202/32",                 # 2021-04-15 From Brian Nguyen brian.a.nguyen@accenturefederal.com
       ]
     },
+    {
+      description = "FRTIB ALIGHT"
+      cidr_blocks = [
+        "54.205.60.17/32",             # 2021-05-04 From John Conrad john.conrad.2@alight.com
+        "52.206.203.98/32",
+        "34.233.188.131/32",
+      ]
+    },
+    {
+      description = "CA-C19"
+      cidr_blocks = [
+        "34.223.59.103/32",         # 2021-05-04 From Wes Leonard 
+        "44.234.190.14/32",
+        "44.228.141.151/32",
+      ]
+    },
   ]
 
   dns_zone_map = {

+ 3 - 1
prod/aws-us-gov/mdr-prod-ca-c19/account.hcl

@@ -10,7 +10,9 @@ locals {
   splunk_private_hec = false # True if the customer needs a private HTTP Event Collector such as for ALSI
 
   splunk_data_sources = [
-   # "x.x.x.x/32", # TODO: Add customer's public IP addresses
+    "34.223.59.103/32", # TODO: Add customer's public IP addresses
+    "44.234.190.14/32",
+    "44.228.141.151/32",
   ]
   splunk_legacy_cidr = [ ] # Should not be needed for new customers
   splunk_asg_sizes   = [ 1, 1, 1 ] # How many indexers in each site

+ 4 - 1
prod/aws-us-gov/mdr-prod-frtib/account.hcl

@@ -10,7 +10,10 @@ locals {
   splunk_private_hec = false # True if the customer needs a private HTTP Event Collector such as for ALSI
 
   splunk_data_sources = [
-    # "x.x.x.x/32", # TODO: Add customer's public IP addresses
+      "52.61.113.202/32", # TODO: Add customer's public IP addresses
+      "54.205.60.17/32",             # 2021-05-04 From John Conrad john.conrad.2@alight.com
+      "52.206.203.98/32",
+      "34.233.188.131/32",
   ]
   splunk_legacy_cidr = [ ] # Should not be needed for new customers
   splunk_asg_sizes   = [ 1, 1, 1 ] # How many indexers in each site