Your headers never sit in plaintext.
Authorization headers and API keys are encrypted with HashiCorp Vault Transit and decrypted only at the moment a job fires. We can't read them — and neither can anyone with database access.
CronDrive encrypts your secrets, fires only where you've proven you own the host, and disables jobs that keep failing — so a broken endpoint never quietly becomes an incident.
Authorization headers and API keys are encrypted with HashiCorp Vault Transit and decrypted only at the moment a job fires. We can't read them — and neither can anyone with database access.
Verify a destination once with a DNS TXT record or a .well-known file. Sub-minute jobs require a verified host — there's no firing at endpoints you don't control.
Every target is resolved, then checked against private, loopback, and cloud-metadata ranges. The connection is pinned to the resolved address — closing the DNS-rebinding window between check and fire.
When a job fails repeatedly, CronDrive disables it automatically and records the last failure: error type, response status, and when. No more silent runaway retries against a dead endpoint.
5-field cron with IANA timezones, or simple intervals down to the second.
Per-account ceilings keep a runaway job from starving the fleet.
Sensitive values are scrubbed from stored error snippets — never kept in the clear.
Enable, disable, or edit a job and the fleet picks it up in seconds via the change-feed.
URL, method, headers, and a cron or interval schedule.
Prove you own the host once — a DNS-TXT record or a well-known file.
On schedule, from the fleet — and it watches for failures so you don't have to.
Encrypted, verified, and watched — from the very first fire.