How to create an Agent Controller
The Agent Controller is a helper component that facilitates the registration of other Aembit Edge Components. This page details how to create a new Agent Controller in your Aembit Tenant.
Create an Agent Controller​
To create an Agent Controller in your Aembit Tenant, follow these steps:
-
Log into your Aembit Tenant, and go to Edge Components -> Agent Controllers.
-
Click + New, which displays the Agent Controller flyout.
-
Fill out the following fields:
-
Name: Choose a user-friendly name for your controller.
-
Description (optional): Add a brief description to help identify its purpose.
-
Trust Provider: Select an existing Trust Provider from the dropdown menu.
If you don't have a Trust Provider set up, refer to the Add Trust Provider to create one.
noteTrust Providers enable identity attestation during workload registration. Associating your Agent Controller to a Trust Provider accomplishes this for you.
This makes sure there is secure, verified communication between components. Aembit recommends configuring a Trust Provider as part of your setup.
-
Allowed TLS Hostname (Optional) - Enter the FQDN (Ex:
my-subdomain.my-domain.com
), subdomain, or wildcard domain (Ex:*.example.com
) to include in the Aembit Managed TLS certificate. This restricts the certificate to only be valid when Agent Proxies attempt to access Agent Controller using this specific domain name.The allowed TLS hostname is unique to each Agent Controller that you configure it on.
-
-
Click Save.
Once you save it, your newly created Agent Controller appears in the list of available Agent Controllers.