For the complete documentation index, see llms.txt. This page is also available as Markdown.

Step-by-step deployment guide

1. Ensuring your LDAP server is accessible to the proxy

This proxy simply relays connections requested by the Elimity Insights gateway for LDAP. Therefore it's important to ensure that this proxy can reach the LDAP server you want to import from. Remember that the actual connection parameters (e.g. hostname, user, password) reside in gateway configuration, the proxy itself requires no additional configuration.

2. Deploying the proxy

Since we distribute this proxy as a Docker image, our recommendation for deployment is to use a CaaS solution like Google Cloud Run or Azure Container Apps. If that's not an option, you can also manually deploy the image on e.g. Windows Server. Refer to our documentation about gateways and import agents for additional details.

Last updated