From 98ae6149dc7f58ffb91af9fc262e906811177500 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Sat, 17 Sep 2022 09:54:20 -0400 Subject: [PATCH] Firewall Fun --- salt/firewall/soc_firewall.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/salt/firewall/soc_firewall.yaml b/salt/firewall/soc_firewall.yaml index a0b454349..45474f627 100644 --- a/salt/firewall/soc_firewall.yaml +++ b/salt/firewall/soc_firewall.yaml @@ -41,11 +41,16 @@ firewall: searchnodes: description: List of IP Addresses or CIDR blocks to allow searchnode connections. file: True - globaal: True + global: True title: Searchnodes receivers: description: List of IP Addresses or CIDR blocks to allow receiver connections. file: True global: True title: Receivers - + portgroups: + analyst: + description: List of ports for use with Analyst connections. + file: True + global: True + title: Analyst Ports