diff --git a/push-debug.py b/push-debug.py index eac127c..b52531f 100755 --- a/push-debug.py +++ b/push-debug.py @@ -90,7 +90,8 @@ url_exceptions = { "ftntfwservices": "ftnt-fw-services", "chkpfwservices": "chkp-fw-services", "ocivcnconnectors": "oci-vcn-connectors", - "ftntfwservices": "ftnt-fw-services" + "ftntfwservices": "ftnt-fw-services", + "remoteaccessconnectors": "alkira-remote-access-connector-templates" } # URL Exceptions creating credentials @@ -156,7 +157,7 @@ if connector_result.group(1): connector_type = connector_result.group(2) connector_name = f'{connector_type}{connector_result.group(3)}' connector_number = connector_result.group(4) -logging.info(f'{connector_name}{connector_number}.txt') +logging.info(f'Name: {connector_name} #{connector_number}') if connector_name in service_credentials.keys(): print('=== Create Credentials')