Skip to main content

Download Secrets

Download secrets in various formats:

Format Examples

Runtime Injection

The most common way to use secrets is injecting them at runtime:
How it works:
  1. Fetches all secrets for the specified project/environment
  2. Sets them as environment variables
  3. Spawns the command as a child process
  4. Secrets exist only in memory — never written to disk

Example: GitHub Actions

Store the KEYFLARE_API_KEY in GitHub repository as a secret. Then:

Docker

Using Defaults

Set default project and environment in your config:
Then you can omit those flags:

Next Steps

API Keys

Create scoped keys for CI/CD and services.