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 ids command line flag #44

Closed LimKianAn closed 4 years ago

LimKianAn commented 4 years ago

Tested with

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

No IDS-related warnings in Events any more.

majst01 commented 4 years ago

can you please rebase to master which already includes https://github.com/metal-stack/firewall-controller/pull/44/commits/04cc943342e4d180eac3b5bde36ff51c01b8088a, is a bit confusing otherwise.