Metadata-Version: 2.1
Name: netbox-paloalto
Version: 0.2.2
Summary: List firewall rules from your Palo Alto firewall
Home-page: https://github.com/rodvand/netbox-paloalto
Author: Martin Rødvand
Author-email: martin@rodvand.net
License: Apache 2.0
Description: # Palo Alto Networks firewall plugin
        
        This plugin enables you to list firewall rules defined on your Palo Alto Networks firewall or Panorama management server directly in Netbox.
        
        ## Compatibility
        Netbox 2.8 and higher.
        
        ## Installation
        To come
        
        ### Required settings
        To come
        
        ## Generate your Palo Alto firewall API key
        See [Palo Alto Networks documentation](https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-panorama-api/get-started-with-the-pan-os-xml-api/get-your-api-key.html) on generating your API key.
        
        ## Constraints
        * Only one nesting for address groups
        * Does not include "any" rules based on zones (as we can't tell the zone from the object name)
        * Does not match with subnet rules (you can have a rule saying 10.0.0.0/8 is allowed, but your object with the address 10.1.1.1 is not listed)
        * Does currently not support other rule types than security rules (no NAT/Decryption/etc)
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
