Skip to content

Disco is a distributed configuration and secrets manager.

License

Notifications You must be signed in to change notification settings

hackfixme/disco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3db9dd1 · Apr 16, 2024
Apr 16, 2024
Apr 16, 2024
Apr 16, 2024
Apr 16, 2024
Apr 16, 2024
Mar 18, 2024
Apr 16, 2024
Apr 16, 2024
Feb 29, 2024
Feb 23, 2024
Apr 16, 2024
Apr 16, 2024

Repository files navigation

Disco 🪩🕷️

Disco is a distributed configuration and secrets manager.

It allows securely storing and retrieving arbitrary data locally, and serving it to authorized clients.

Features

  • 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.

Documentation

See the docs directory.

License