Skip to main content

Module secrets

Module secrets 

Source
Expand description

Secrets interface for accessing sensitive configuration

Functions§

exists
Check if a secret exists
get
Get a secret by name Secrets are write-once by the deployment, read-only by plugins
get_required
Get a required secret, error if not found
list_names
List available secret names (not values) Useful for diagnostics without exposing sensitive data

Type Aliases§

Error