— means no default. A variable flagged Sensitive carries credential or key material. Inject it from your secret manager at deploy time, and never commit a value.
Service and runtime
Lerian Consignado exposes
/health (liveness) and /readyz (readiness) on the main port, plus /version and /metrics. With multi-tenancy enabled, it also exposes GET /readyz/tenant/{id}. See Health and readiness for the probe contract.Dataprev integration
The masterDATAPREV_ENABLED switch turns on the Dataprev integration. The averbação, reconciliation, and leilão-discovery flows each add their own enable switch. They also require STREAMING_ENABLED and run against the core Dataprev client. The employment-report, exclusion, and redirection flows are development-only. They ship only fake adapters today, so a managed deployment refuses to boot with any of them active.
DATAPREV_REDIRECTION_ADAPTER alone selects the redirection adapter, because redirection has no separate enable switch. Leave that adapter disabled in managed deployments. The custody store below provisions per-tenant credentials for the core Dataprev client (margin, averbação, reconciliation).
In a managed deployment (production, multi-tenant, SaaS, or BYOC), the boot guard fails closed. The service refuses to start when any of these is true:
- A Dataprev flow selects a fake or otherwise non-
disabledadapter. - A Dataprev endpoint URL (base or OAuth token) uses plain HTTP instead of HTTPS.
- The Dataprev rail runs with the credential custody store off.

