Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy server in system settings #230

Closed
fredgnucc opened this issue Jun 15, 2020 · 3 comments · Fixed by #450
Closed

Proxy server in system settings #230

fredgnucc opened this issue Jun 15, 2020 · 3 comments · Fixed by #450

Comments

@fredgnucc
Copy link

Hi Gentlemen ,

First big thank you for all the work done , i really like this library :

i am looking for the proxy server object ? below SystemSettings i can't find the object related or options ?

image

Thanks in advance

@welcome
Copy link

welcome bot commented Jun 15, 2020

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

@fredgnucc
Copy link
Author

Hi fixed like this but doesn't cover all parameters for other people that will used the call :

class SystemSettings(VersionedPanObject):

params.append(VersionedParamPath(
'proxy_server', path='secure-proxy-server'))
params.append(VersionedParamPath(
'proxy_port', path='secure-proxy-port'))

github-actions bot pushed a commit that referenced this issue May 12, 2022
### [1.7.3](v1.7.2...v1.7.3) (2022-05-12)

### Bug Fixes

* **panos.device.SystemSettings:** Add support for proxy config ([#450](#450)) ([ef8c9fc](ef8c9fc)), closes [#230](#230)
* **panos.objects.ServiceObject:** Add support for overrides ([#449](#449)) ([130f9a4](130f9a4)), closes [#437](#437)
* **panos.policies.SecurityRule:** Param `hip_profiles` is actually removed in PAN-OS 10.0 ([31eb2a6](31eb2a6))
@github-actions
Copy link

🎉 This issue has been resolved in version 1.7.3 🎉

The release is available on PyPI and GitHub release

Posted by semantic-release bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant