From 44c373f764b22ec948acd18a610da96d95e0d43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Wed, 9 Oct 2024 16:38:30 +0000 Subject: [PATCH] Enable firewall for WAF PSNC testing --- production1/terraform/terraform.tfvars | 2 ++ production2/terraform/terraform.tfvars | 3 +++ 2 files changed, 5 insertions(+) diff --git a/production1/terraform/terraform.tfvars b/production1/terraform/terraform.tfvars index 9a5b199..5bf6ead 100644 --- a/production1/terraform/terraform.tfvars +++ b/production1/terraform/terraform.tfvars @@ -42,4 +42,6 @@ security_public_cidr = { "2001:610:450:80::/64": "EGI VPN", "78.128.247.55/32": "CESNET monitoring", "2001:718:ff05:205::55/128": "CESNET monitoring", + "150.254.160.250": "PSNC WAF testing", + "150.254.160.252": "PSNC WAF testing", } diff --git a/production2/terraform/terraform.tfvars b/production2/terraform/terraform.tfvars index 31c9623..18ecd85 100644 --- a/production2/terraform/terraform.tfvars +++ b/production2/terraform/terraform.tfvars @@ -49,4 +49,7 @@ security_public_cidr = { # CESNET monitoring "78.128.247.55/32": "", "2001:718:ff05:205::55/128": "", + # PSNC WAF testing + "150.254.160.250": "", + "150.254.160.252": "", } -- GitLab