Disco is a distributed configuration and secrets manager.
It allows securely storing and retrieving arbitrary data locally, and serving it to authorized clients.
- Data is encrypted at rest and in transit using modern encryption.
- Simple and intuitive command-line interface.
- Simple deployments; just a single binary.
- Simple client authentication using mTLS.
- Flexible authorization using role-based access control.
- Granular subscribe/notify support of data changes.
- Namespace support for e.g. different environments (development, staging, production).
- Cross-platform: runs on Linux, macOS and Windows.
See the docs directory.