added alkira-remote-access-connector, WIP

This commit is contained in:
mischa 2022-06-27 12:52:56 +02:00
parent 4965908c6e
commit 3f75701f89
1 changed files with 3 additions and 2 deletions

View File

@ -90,7 +90,8 @@ url_exceptions = {
"ftntfwservices": "ftnt-fw-services", "ftntfwservices": "ftnt-fw-services",
"chkpfwservices": "chkp-fw-services", "chkpfwservices": "chkp-fw-services",
"ocivcnconnectors": "oci-vcn-connectors", "ocivcnconnectors": "oci-vcn-connectors",
"ftntfwservices": "ftnt-fw-services" "ftntfwservices": "ftnt-fw-services",
"remoteaccessconnectors": "alkira-remote-access-connector-templates"
} }
# URL Exceptions creating credentials # URL Exceptions creating credentials
@ -156,7 +157,7 @@ if connector_result.group(1):
connector_type = connector_result.group(2) connector_type = connector_result.group(2)
connector_name = f'{connector_type}{connector_result.group(3)}' connector_name = f'{connector_type}{connector_result.group(3)}'
connector_number = connector_result.group(4) 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(): if connector_name in service_credentials.keys():
print('=== Create Credentials') print('=== Create Credentials')