Merge pull request #10918 from Security-Onion-Solutions/issue/10917

force portgroups added to hostgroups in roles to be list of strings
This commit is contained in:
Josh Patterson
2023-08-02 11:00:41 -04:00
committed by GitHub

View File

@@ -191,6 +191,7 @@ firewall:
description: Portgroups to add access to the docker containers for this role.
advanced: True
multiline: True
forcedType: "[]string"
helpLink: firewall.html
sensor:
portgroups: *portgroupsdocker
@@ -241,6 +242,7 @@ firewall:
description: Portgroups to add access to the host.
advanced: True
multiline: True
forcedType: "[]string"
helpLink: firewall.html
dockernet:
portgroups: *portgroupshost