From 3f75701f89133596ea212a58b159398f38b84973 Mon Sep 17 00:00:00 2001 From: mischa Date: Mon, 27 Jun 2022 12:52:56 +0200 Subject: [PATCH] added alkira-remote-access-connector, WIP --- push-debug.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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')