-
Notifications
You must be signed in to change notification settings - Fork 174
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
PANOS 10 EMAIL PROTOCOL ATTRIBUTE MISSING #347
Comments
🎉 Thanks for opening your first issue here! Welcome to the community! |
ntwrkguru
added a commit
to ntwrkguru/pan-os-python
that referenced
this issue
Jun 7, 2021
Signed-off-by: Stephen Steiner <[email protected]>
ntwrkguru
added a commit
to ntwrkguru/pan-os-python
that referenced
this issue
Jun 7, 2021
…parameter Signed-off-by: Stephen Steiner <[email protected]>
4 tasks
🎉 This issue has been resolved in version 1.3.0 🎉 The release is available on PyPI and GitHub release
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Startting in PANOS 10, the email server configuration requires a protocol to be provided. pan-os-python does not support this attribute and causes an error on commit.
Validation Error: | log-settings -> email -> default -> server -> default is missing 'protocol' | log-settings -> email -> default -> server is invalid
Expected behavior
All required attributes are supported via parameters
Current behavior
It is not currently possible to provide the
protocol
parameterPossible solution
Add
protocol
parameter toclass EmailServer
Steps to reproduce
Discovered in Ansible
Your Environment
Ansible 2.11.1
paloaltonetworks.panos 2.6.0 collection
Python 3.9.5
pan-os-python 1.2.0
pan-python 0.16.0
MacOS 10.15.7
The text was updated successfully, but these errors were encountered: