netbox-acls
netbox-acls copied to clipboard
A NetBox plugin for Access Lists based off of the NetBox Plugin Demo
### Proposed Changes Eliminate code duplication specifically in `netbox_acls/api/serializers.py` ```bash Clone found (python): - /github/workspace/netbox_acls/api/serializers.py [159:15 - 173:12] (14 lines, 93 tokens) /github/workspace/netbox_acls/api/serializers.py [80:13 - 94:12] Clone found (python): -...
### NetBox version v3.4.3 ### Feature type Add a function ### Proposed functionality Apply interface list view similar to devices but on the acl page ### Use case It would...
### NetBox version v3.2.7 ### Feature type Add a function ### Proposed functionality Include Logging option/selection for specific ACL entries. Add a menu option for each rule if logging is...
Ideal for modeling most platforms, but not for platforms like NX-OS. I am not currently leveraging for NX-OS, so I do not care as much. I worry about scope creep,...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.9.0 💅 Cosmetic Output Improvements @woodruffw💰 updated the tense on password nudge in #234 @shenxianpeng💰 helped us disable...
# Pull Request ## Related Issue #211 ## New Behavior Release candidate for NetBox 4.1 ... ## Contrast to Current Behavior Supports NetBox 4.1 ... ## Discussion: Benefits and Drawbacks...
### NetBox access-list plugin version v1.6.1 ### NetBox version v4.1.1 ### Steps to Reproduce Trying to run migrations after installation will result in error `django.core.exceptions.ImproperlyConfigured: Plugin netbox_acls requires NetBox maximum...
# Pull Request ## Related Issue closes #129 ## New Behavior This Merge Request, enables to specify various new `Source` Entities for the `Standard` and `Extended` ACL Rules. It additionally...
# Pull Request ## Related Issue Fixes: #251 **[Feature]** Add ACL Interface Assignment to GraphQL ## New Behavior - Adds `ACLInterfaceAssignmentType` to the GraphQL schema. - Enables querying ACL Interface...
# Pull Request ## Related Issue Fixes: #47 **[Housekeeping]** Develop Plugin Tests - Models ## New Behavior - Adds model tests for the NetBox ACLs Plugin to improve test coverage....