Digitorn
Digitorn
All terms
Security

Credential vault

An encrypted store for API keys, tokens, and connection strings, referenced from YAML by name.

also known as: secrets vault, credential store
In depth

The credential vault replaces the old habit of putting API keys in env vars and referencing them with templates. Keys live encrypted in a vault, the YAML carries only a name (the ref). The runtime resolves the name at session start, decrypts in memory, hot-swaps onto the live provider client. The plaintext never enters the deployed bundle, never enters git, never sits in a log. Sixteen first-class providers ship with catalog entries, others fall back to inline config.

Related concepts
Read the deep dive

How credentials work on Digitorn: an encrypted vault driven from YAML

Read article
Newsletter

Get the next post in your inbox.

Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.

One-click unsubscribe. We never share your address. Powered by our own infrastructure, not a tracker.

More in Security

Envelope encryption/glossary/envelope-encryptionKMS/glossary/kmsOAuth flow/glossary/oauth-flowPer-user scope/glossary/per-user-scope