Metadata-Version: 2.1
Name: gridmeld
Version: 0.0.0
Summary: Cisco ISE pxGrid to Palo Alto Networks MineMeld Gateway
Home-page: https://github.com/PaloAltoNetworks/gridmeld
Author: Palo Alto Networks, Inc.
Author-email: techbizdev@paloaltonetworks.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/x-rst
Requires-Dist: aiohttp
Requires-Dist: tenacity

gridmeld - Cisco ISE pxGrid to Palo Alto Networks MimeMeld Gateway
==================================================================

``gridmeld`` is an experimental Python3 application which consumes
session data from the Cisco ISE pxGrid service, and publishes IP
indicators to Palo Alto Networks MimeMeld for consumption by PAN-OS.

The pxGrid 2.0 REST and WebSocket APIs available in ISE 2.4 are used
to perform bulk session download, and subscribe to session directory
updates.  Sessions are synchronized to a MineMeld ``localDB`` miner
using the MineMeld config API as IPv4 or IPv6 indicators with a
TrustSec Security Group Tag (SGT).  The miner can be connected to a
``dagPusher`` output node which will push IP-SGT mappings to PAN-OS as
``registered-ip`` objects, which can be used to configure Dynamic
Address Groups for security policy enforcement.


