From d02c6808a42d850248275e4c26b25e451a6c220d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 16 Sep 2022 13:44:54 -0400 Subject: [PATCH] Firewall Fun --- salt/firewall/soc_firewall.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/salt/firewall/soc_firewall.yaml b/salt/firewall/soc_firewall.yaml index 0e9baffa7..68d96676e 100644 --- a/salt/firewall/soc_firewall.yaml +++ b/salt/firewall/soc_firewall.yaml @@ -4,27 +4,39 @@ firewall: analyst_workstations: description: List of IP Addresses or CIDR blocks to allow analyst workstations. global: True + title: Analyst Workstations analyst: description: List of IP Addresses or CIDR blocks to allow analyst connections. global: True + title: Analysts standalone: description: List of IP Addresses or CIDR blocks to allow standalone connections. global: True + title: Standalone + advanced: True eval: description: List of IP Addresses or CIDR blocks to allow eval connections. global: True + title: Eval + advanced: True idh: description: List of IP Addresses or CIDR blocks to allow idh connections. global: True + title: IDH Nodes manager: description: List of IP Addresses or CIDR blocks to allow manager connections. global: True + title: Manager + advanced: True heavynodes: description: List of IP Addresses or CIDR blocks to allow heavynode connections. global: True + title: Heavy Nodes searchnodes: description: List of IP Addresses or CIDR blocks to allow searchnode connections. global: True + title: Searchnodes receivers: description: List of IP Addresses or CIDR blocks to allow receiver connections. global: True + title: Receivers