Condukt.Secrets.Providers.Static (Condukt v0.16.5)

Copy Markdown View Source

Loads a plaintext value from trusted application configuration.

Prefer a real secret manager for production. This provider is useful in tests, local notebooks, and places where the caller already fetched the secret through another trusted path.

secrets: [
  API_TOKEN: {:static, token}
]