From 9bdb3641225f481a9d5262357f0db6ca39451217 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 19 Sep 2022 09:39:42 -0400 Subject: [PATCH] Firewall Fun --- salt/firewall/hostgroups/sensors | 0 salt/firewall/portgroups/sensors | 0 salt/firewall/soc_firewall.yaml | 5 +++++ 3 files changed, 5 insertions(+) create mode 100644 salt/firewall/hostgroups/sensors create mode 100644 salt/firewall/portgroups/sensors diff --git a/salt/firewall/hostgroups/sensors b/salt/firewall/hostgroups/sensors new file mode 100644 index 000000000..e69de29bb diff --git a/salt/firewall/portgroups/sensors b/salt/firewall/portgroups/sensors new file mode 100644 index 000000000..e69de29bb diff --git a/salt/firewall/soc_firewall.yaml b/salt/firewall/soc_firewall.yaml index a33c4731e..02199bc79 100644 --- a/salt/firewall/soc_firewall.yaml +++ b/salt/firewall/soc_firewall.yaml @@ -43,6 +43,11 @@ firewall: file: True global: True title: Search Nodes + sensors: + description: List of IP Addresses or CIDR blocks to allow Sensor connections. + file: True + global: True + title: Sensors receivers: description: List of IP Addresses or CIDR blocks to allow receiver connections. file: True