metal-stack / firewall-controller

A kubernetes controller running on bare-metal firewalls, creating nftables rules, configures suricata, collects network metrics
MIT License
47 stars 4 forks source link

Add a CLI-flag to exclude IDS #45

Closed LimKianAn closed 4 years ago

LimKianAn commented 4 years ago

It's a feature required by @mwindower and was tested with

bin/firewall-controller --hosts-file ./hosts --enable-IDS=false
k apply -f deploy # local kind cluster
k describe -n firewall firewall

No IDS-related warnings in Events any more.