Last updated · May 2026
- Production-ready APIs
- SOC 2 Type I - In Progress
VAULT_CHECKOUT_DISABLED
HTTP 503 with next_step=contact_support. Worker requested a short-lived secret lease but the feature is gated off.
What it means
DataVibe workers fetch customer credentials through Phase 3 vault leases. The VAULT_CHECKOUT_ENABLED flag is OFF on this Core deploy, so workers cannot obtain plaintext for sinks that require it (S3 IAM key fallback, GCS service account JSON).
How to fix
- This is operator-controlled; customers cannot enable it directly. Open a support ticket with your
request_id. - For development environments, set
VAULT_CHECKOUT_ENABLED=1on the Core service and redeploy.