Environment Variable Credentials
Environment variable credentials reference runtime variables instead of storing raw secret values in the UI.
How it works
- Define environment variables in deployment config.
- In credential fields, use names like
$PAYMENTS_API_KEY. - Zerq resolves values at runtime.
Practical guidance
- Keep variable names stable across environments.
- Document required variable keys in deployment runbooks.
- Fail fast during startup if required variables are missing.