adding exceptions for remote access
This commit is contained in:
parent
36c2ebf2a4
commit
c0612b38ca
4
clean.py
4
clean.py
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user