Before you begin
- Review System Requirements
- Obtain your license key and container registry credentials from Intrace
Docker Compose
1. Authenticate with the container registry
2. Download the Compose bundle
3. Configure the environment
Edit.env with your deployment-specific values. See Configuration for a full reference of all environment variables.
At minimum, set:
4. Start the engine
5. Verify the deployment
{"status": "ok"}. If the response includes "license": "invalid" or the service fails to start, check that INTRACE_LICENSE_KEY is set correctly and that license.intrace.ai:443 is reachable from the host.
6. Verify connector reachability
status field for each connector. Any connector with "status": "unreachable" requires a firewall egress rule. See Connector Reference for the required hostnames and ports per connector.
First-run health check
After installation, confirm the following before routing production traffic:-
/healthreturns{"status": "ok"} - License is valid (check engine logs for
license validated) - At least one connector is
reachableviaGET /v1/connectors - SAML/OIDC or API key authentication is working (see Identity Provider Setup)
- A test lookup returns a response (even
"status": "no_match"confirms the pipeline is working)