PaloAltoNetworks / pan-os-python

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 oriented and mimics the traditional interaction with the device via the GUI or CLI/API.
https://pan-os-python.readthedocs.io
ISC License
345 stars 170 forks source link

ServiceObject doesn't support session timeout override #437

Closed timothyfranson closed 2 years ago

timothyfranson commented 2 years ago

Currently there is no support for overriding session timeouts on service objects. This isn't just a problem for being unable to deploy new objects with these settings. If I pull down existing service objects via refreshall and simply apply them back via apply_similar, any objects that previously had an override will lose those settings.

I imagine custom applications are the preferred method of configuring an override, but for environments perhaps transitioning from gui/cli-created objects to objects deployed using this SDK, it poses a problem and is unexpected behavior.

welcome-to-palo-alto-networks[bot] commented 2 years ago

:tada: Thanks for opening your first issue here! Welcome to the community!

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 1.7.3 :tada:

The release is available on PyPI and GitHub release

Posted by semantic-release bot