muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.27k stars 320 forks source link

Proposal: simple secrets interface to store key/values safely #298

Open rubiojr opened 4 years ago

rubiojr commented 4 years ago

The idea is to add a simple secrets key/value store interface that supports multiple backends so Behive can load and store secrets safely.

Why would that be useful?

Ideas

I've been toying with https://github.com/99designs/keyring. Simple API and with all the backends we'd probably need for somethig like this already implemented.