Download your offline license file from the on-prem portal. See Provisioned Resources for details.
Configuration
- Terraform
- Helm
Loading a License
You can seed a license at install time (recommended for first deployment) or upload one to a running cluster via the/license endpoint.
At install time
Pass the downloaded license file directly to your deploy tool. The chart creates aConfigMap containing the license and adds an initContainer that copies it into the license-proxy volume on first boot, so terraform apply / helm install is a one-shot setup.
- Terraform
- Helm
POST /license take precedence automatically (the license proxy picks the license with the latest issued_at), and they are not clobbered on pod restart.
To rotate a seeded license, upload the new license with POST /license (see below) — re-running terraform apply / helm upgrade alone will not overwrite an existing license on disk.
On a running cluster
The
/license and /audit endpoints are served by the license proxy pod behind the cartesia-license-proxy service, not by the API pod./license endpoint is exposed for license management.
Via Port-Forward
Via Ingress
If ingress is enabled:Retrieving Audit Logs
The/audit endpoint is available in air-gapped mode for retrieving usage audit logs: