Module file

Module file 

Source
Expand description

File-based secret provider.

This provider reads secrets from files in various formats:

  • .env format (KEY=value)
  • JSON format ({“key”: “value”})
  • YAML format (key: value)
  • Raw format (single secret per file)

Structs§

FileProvider
Secret provider that reads from files.