Limiting Access By Wrapping Restman in a Custom Service

Customers may choose to wrap the gateway’s restman service in order to limit the access of the adaptable driver to a minimum.

If you decide to so, you have to manually replace restman within the PowerShell script with your custom service. Please keep in mind, that you have to make this change to every release of the adaptable driver.

The following URL patterns need to be accessible (i.e. forwarded to restman):

  • trustedCertificates/*

  • privateKeys/*

  • listenPorts/*

Please note, that you have to enable support for ALL http verbs. Otherwise the adaptable driver will not be able to perform the needed operations.

apiida.com