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