✨ Enhancements
* Prevent saving Vault token to token helper for root user.
* Use the provider type name as default instance name.
yaml
sources:
This source will be named as `plain`
- type: plain
secrets:
- name: DEMO
source: plain
value: Hello, world!
* Set the provider as default when only one is installed.
This simplifies the configuration file when only one provider is installed:
yaml
sources:
- name: ExampleSource
type: plain
secrets:
This secret will be fetched from `ExampleSource`
- name: DEMO
value: Hello, world!
📄 Docs
* Move the changelog to Sphinx documentation
**Full Changelog**: https://github.com/tzing/secrets.env/compare/v1.0.1...v1.0.2