Skip to content

Commit

Permalink
Merge pull request #10918 from Security-Onion-Solutions/issue/10917
Browse files Browse the repository at this point in the history
force portgroups added to hostgroups in roles to be list of strings
  • Loading branch information
m0duspwnens authored Aug 2, 2023
2 parents 25b11c3 + 407cb2a commit 04ed583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/firewall/soc_firewall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 04ed583

Please sign in to comment.