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

remove ingress rules from cwnp spec #128

Open mwennrich opened 1 year ago

mwennrich commented 1 year ago

Currently, the spec allows setting ingress rules via cwnp.spec.ingress.

These have no effect since the firewall rules for incoming connections are applied from service.spec.loadBalancerSourceRanges.

Therefore we should the remove spec.ingress completely from the cwnp CRD.