Documentation
¶
Overview ¶
Command controlplane serves the wire-compatible Managed Agents REST API: resource CRUD backed by Postgres. Configuration is environment-driven:
CONTROLPLANE_ADDR listen address (default ":8080")
DATABASE_URL Postgres DSN (required)
CONTROLPLANE_API_KEY bootstrap management API key (required); seeded
(hashed) into api_keys at startup. Changing it and
restarting revokes the previous bootstrap key.
OTEL_EXPORTER_OTLP_ENDPOINT optional OTLP/gRPC collector endpoint
OTEL_EXPORTER_OTLP_INSECURE "true" to export without TLS (default TLS)
Click to show internal directories.
Click to hide internal directories.