Adding and Deploying Connectors

Connectors provide a secure and authenticated interface between a customer’s network and the Axis Application Security Cloud.

📘

Important

The best practice is to associate applications to a zone with at least 2 connectors

Before you begin, click here to learn more about connectors and connector zones.

Prerequisites

Connector deployment requires setting up a server and configuring firewall rules.

For setting up a server, you may select one of the following options:

  • Deploy a connector on your own server. If you choose this option, click here to read and verify the server requirements.
  • Deploy a virtual machine template. If you choose this option, follow the deployment instructions here.
  • Deploy in AWS. If you choose this option, follow the AWS deployment instructions here.

For configuring firewall rules, read about Firewall Rules for Connector Connectivity.

📘

Note

Before the connector deployment, it's recommended to verify again all the deployment prerequisites using the Connector Deployment Checklist.

Step 1: Creating a Connector

  1. In the Management Console click Settings -> Connectors -> Add Connector.
3436
  1. Add the connector's name. In the Connector Zone field, select an existing zone by clicking the drop-down menu, or otherwise check the box to create a new zone (using a custom connector zone is recommended over using the default connector zone). Click here to learn more about connector zones.
3436
  1. Click Submit.
  2. Copy the code snippet from the window into a text editor.
3436

📘

Note

  • The code only appears once, after the window is closed it is no longer visible.
  • The code is valid for 24 hours.
  • If you wish to install a connector on another machine, please create a new connector.

Step 2: Deploying the Connector to the Virtual Machine

  1. Console/SSH into the Connector server and paste the code snippet from the connector creation process. This will start downloading the software and register itself with the Axis cloud.
  2. Run your script in the terminal in the deployed Linux server. The script installs the connector and related dependencies, and may take a few minutes to complete the process.
  3. Once the server finishes running the script, you will see your connector in the Axis Management Console.

📘

Notes

  1. The installation script is valid for 24 hours after being generated.
  2. The installation script code snippet will do the following:
  • Check prerequisites: CPU count, root access, disk space, memory, bash.
  • Install and configure dependencies (requires sudo): curl, docker, kubernetes, helm.
  • Download connector image and configuration.
  • Install the connector (requires sudo).
  • Clean temp files.

Step 3: Verifying Connectivity

  1. In the Management Console, go to Settings -> Connectors.
  2. Make sure the connector shows a green light and says “Available”. If it is not online, check connectivity issues, visit our troubleshooting page, or contact customer support at [email protected]
3378

📘

Note

To commit your changes:

  1. Go to to the top-right menu.
  2. Click Apply Changes.
  3. Review your changes.
  4. Click Commit Changes.