adding exceptions for remote access

This commit is contained in:
mischa 2022-06-23 18:15:42 +02:00
parent 36c2ebf2a4
commit c0612b38ca

View File

@ -79,6 +79,7 @@ url_exceptions = {
"pan": "panfw",
"ftntfw": "ftnt-fw-",
"chkpfw": "chkp-fw-",
"remoteaccess": "",
}
def alkira_login():
@ -135,7 +136,8 @@ logging.info(f'Tenant ID: {tenantNetworkId}')
to_clean = [
'connectors',
'services',
'global-cidr-lists'
'global-cidr-lists',
'alkira-remote-access-connector-templates'
]
for i in to_clean: