nautobot-app-firewall-models icon indicating copy to clipboard operation
nautobot-app-firewall-models copied to clipboard

Evaluate using dynamic groups inside of `AddressObject`

Open Kircheneer opened this issue 1 year ago • 3 comments

Environment

  • Nautobot version: 1.4.4
  • nautobot-plugin-firewall-model version: 1.1.0

Proposed Functionality

Allow AddressObjectGroup to source its members from a dynamic group. This could for example be a new ForeignKey field on the model pointing to DynamicGroup.

Use Case

All prefixes with the role user-lan should have access to a set of services. Instead of manually updating the policy rule (or NAT policy rule) whenever there are changes, we could instead use dynamic groups to automatically accomplish that.

Kircheneer avatar Oct 20 '22 09:10 Kircheneer