pan-os-python icon indicating copy to clipboard operation
pan-os-python copied to clipboard

The PAN-OS SDK for Python is a package to help interact with Palo Alto Networks devices (including physical and virtualized Next-generation Firewalls and Panorama). The pan-os-python SDK is object ori...

Results 111 pan-os-python issues
Sort by recently updated
recently updated
newest added

## Describe the problem If a cetificate profile is configured at "Authentication settings" all api-calls needs to be done with a client certificate. ## Suggested fix Add certificate and key...

documentation

## Describe the bug In an environment created according to CONTRIBUTING doc, running `make docs` fails as below: ``` $ poetry run make docs rm -fr docs/_build/ rm -fr docs/_diagrams/...

bug
documentation

## Documentation rending broken! Seems to be a rendering issue https://pan-os-python.readthedocs.io/en/latest/module-firewall.html

documentation

I am having an issue with running the following command for the device that is behind the proxy. ```python fw = PanDevice.create_from_device(hostname, user, password) ``` I know it works if...

enhancement

## Description - Support for upgrades to and through 10.2.x - Add optional behavior to install latest patch of next minor/major release instead of base image. ## Motivation and Context...

### Is your feature request related to a problem? The pan-os-python SDK currently does not support the configuration of DNS proxy settings. Given the importance of DNS proxying in network...

enhancement

Starting in PAN-OS 10.2, ssl decryption rules can have multiple certificates. A user [on live](https://live.paloaltonetworks.com/t5/automation-api-discussions/ansible-panos-decryption-rule-not-working-with-ssl-inbound/td-p/542849) said the xml changed from this: ```xml test-cert ``` to this: ```xml test-cert ```

enhancement

## Documentation link https://pan-os-python.readthedocs.io/en/latest/search.html?q=lock&check_keywords=yes&area=default# ## Describe the problem The pan-os-python code [includes ](https://github.com/PaloAltoNetworks/pan-os-python/blob/20dd7b7ecd710b824a97416f849d6084436ef57f/panos/base.py#L4367) Configuration Lock and Commit Lock features, however I cannot find any documentation on them. I am not...

documentation

## Describe the bug A script using `.delete_similar()` worked against 9.1.X but was recently discovered to not be working against 10.1.7. The script has not changed. Only the PAN-OS upgrade....

bug

## Describe the bug fw_obj.software.upgrade_to_version(targetVersion) loses connection upon reboot and thus doesn't track results or perform subsequent upgrades in a multi-upgrade chain ## Expected behavior Connection loss should be expected...

bug