PaloAltoNetworks / panhandler

Panhandler is a tool to manage config snippets and Skillets for PAN-OS devices
Apache License 2.0
41 stars 19 forks source link

investigate checking for and showing captured outputs in panos skillets #164

Closed nembery closed 3 years ago

nembery commented 4 years ago

Currently, displaying outputs requires a workflow and template. However, we can check if there is no workflow, but we do find captured outputs, then possibly show the results screen

nembery commented 4 years ago

also, possibly have a custom label to point to an appropriate template skillet to use to display the results.

This would be ignored in a workflow, but for a simple panos type skillet, just look for a label called 'output_template' then attempt to find and load that template skillet and display the rendered output in the results screen (or possibly a special template output page)