Skip to content

Commit

Permalink
feat(SIDM-3410-ips-preview): remove filter pattern in preview (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbamido authored and nikola-naydenov-hmcts committed Nov 14, 2019
1 parent d888a98 commit c0a2879
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/idam-preview.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ asp_name_override = "idam-idam-preview"
asp_rg_override = "idam-idam-preview"

capacity = 1

strategic_policies_privateIpsFilterPattern = ""
2 changes: 2 additions & 0 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@ module "idam-web-public" {
STRATEGIC_SERVICE_URL = "${local.idam_api_url}"

GA_TRACKING_ID = "${var.ga_tracking_id}"

STRATEGIC_POLICIES_PRIVATEIPSFILTERPATTERN = "${var.strategic_policies_privateIpsFilterPattern}"
}
}
5 changes: 5 additions & 0 deletions infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ variable asp_rg_override {
variable vault_name_override {
description = "Vault Name"
default = ""
}

variable "strategic_policies_privateIpsFilterPattern" {
description = "Private IPs Filter Pattern for Policies Evaluation"
default = "10\\.\\d+\\.\\d+\\.\\d+"
}

0 comments on commit c0a2879

Please sign in to comment.