Expand description
Environment variable secret provider.
This provider reads secrets from environment variables, which is useful for CI/CD environments where secrets are injected as environment variables.
This provider is read-only - secrets can only be read, not written or deleted.
Structsยง
- Environment
Provider - Secret provider that reads from environment variables.