Deploying Custom Connectors
Since a custom connector is based on a pre-built Docker image, you must pass the image tag to the build command. In the code example, the recent BASEIMAGE_VERSION tag is 1.1.1.
To start and deploy your custom connector, write a
docker-compose.yml
file. The following code example starts the agent with a server:
To start your custom connector, use the following code:
To register the custom connector as an agent in Connectware, log into Connectware and select User > Client Registry.
Click Unlock to allow the agent to register with Connectware.
Once the client is registered, click it.
In the Grant Access dialog, click Allow. By default, the default permissions are assigned to the client.
Result: You can now use your custom connector.
Last updated
Was this helpful?