linode / cloud-firewall-controller

Apache License 2.0
6 stars 1 forks source link

add ability to import existing firewalls #1

Open hcwagner opened 2 months ago

hcwagner commented 2 months ago

Currently the controller only supports a single firewall defined and owned by itself. The controller should be able to import an existing firewall when given the ID of the firewall to import.

Upon importing the firewall the controller should not manage the rules of the firewall, but instead only update the device list to include the nodes in the cluster.

hcwagner commented 1 month ago

Ability to import credentials via customer API token has been added. Another change is necessary to import a reference to an existing firewall ID.