You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a firewall application group it is unable to make any changes to the application objects attached afterwards.
STEPS TO REPRODUCE
Create 2 application objects and obtain the UUIDs.
Use the plugin module to create a new application object group of which one of the application objects is a member, this step works and the application group is created, subsequent runs of the exact same task work and no updates are performed as expected.
The firewall application group can be updated to add or remove application objects as needed
ACTUAL RESULTS
Error returned.
For some odd reason a query is performed towards the 'application-object' endpoint but using the UUID of the application group, which is why it isn't found.
pynautobot.core.query.RequestError: The requested url: https://<fqdn>/api/plugins/firewall/application-object/573eb9e5-68bb-4306-a469-d0d25290f891/ could not be found.
The same doesn't happen for 'address groups'.
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
SOFTWARE VERSIONS
pynautobot
1.5.0
Ansible:
2.12.3
Nautobot:
1.5.20
Collection:
4.5.0
SUMMARY
After creating a firewall application group it is unable to make any changes to the application objects attached afterwards.
STEPS TO REPRODUCE
Create 2 application objects and obtain the UUIDs.
Use the plugin module to create a new application object group of which one of the application objects is a member, this step works and the application group is created, subsequent runs of the exact same task work and no updates are performed as expected.
Attempt to add or remove application objects from the group and it will error. For example here a new application object is being added:
EXPECTED RESULTS
The firewall application group can be updated to add or remove application objects as needed
ACTUAL RESULTS
Error returned.
For some odd reason a query is performed towards the 'application-object' endpoint but using the UUID of the application group, which is why it isn't found.
The same doesn't happen for 'address groups'.
The text was updated successfully, but these errors were encountered: