PaloAltoNetworks / pan-cnc

CNC: Chevy's, not Cadillacs. Rapid UI prototyping for all Palo Alto Networks WWSE demos and pocs.
Apache License 2.0
3 stars 3 forks source link

pan_utils should check for type == gpcs for scoped push #13

Open nembery opened 5 years ago

nembery commented 5 years ago

currently the code checks for a specific meta 'name' and not a type to determine if we should do a gpcs scoped push. Just need to change the logic to check for a panorama-gpcs 'type' instead. Need to consult with @scotchoaf to determine impact of change though before implementing