Expand description
File-based secret provider.
This provider reads secrets from files in various formats:
.envformat (KEY=value)- JSON format ({“key”: “value”})
- YAML format (key: value)
- Raw format (single secret per file)
Structs§
- File
Provider - Secret provider that reads from files.