Browse Source

Merge pull request #178 from mdr-engineering/hotfix/ftd_na_AllowScannersIntoRDS

Updates vpc-security to include legacy scanners
Frederick Damstra 4 years ago
parent
commit
fb52dc0517

+ 1 - 1
prod/aws/legacy-mdr-prod/210-rds-jira/terragrunt.hcl

@@ -15,7 +15,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/jira/rds_jira?ref=v1.10.11"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/jira/rds_jira?ref=v1.10.15"
 }
 
 # Include all settings from the root terragrunt.hcl file

+ 4 - 1
prod/env.hcl

@@ -30,7 +30,10 @@ locals {
     "vpc-public"           = [ "10.40.24.0/22",    # Public sites (github, ghe-backup, jira, ...) 
                                "10.80.101.250/32", # legacy jira
                              ],
-    "vpc-scanners"         = [ "10.40.12.0/22" ],  # Qualys, etc.
+    "vpc-scanners"         = [ "10.40.12.0/22",
+                               "10.80.1.44/32",  # Legacy Qualys #1
+                               "10.80.1.103/32", # Legacy Qualys #2
+                             ],  # Qualys, etc.
     "vpc-system-services"  = [ "10.32.0.0/22",     # Internal services such as dns, mailrelay, etc.
                                "10.40.0.0/22",
                                "10.80.101.230/32", # legacy sensu

+ 1 - 1
test/aws/legacy-mdr-test/210-rds-jira/terragrunt.hcl

@@ -15,7 +15,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/jira/rds_jira?ref=v1.10.11"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/jira/rds_jira?ref=v1.10.15"
 }
 
 # Include all settings from the root terragrunt.hcl file