orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

Add secrets import/export/verification functionality #244

Open tjtelan opened 4 years ago

tjtelan commented 4 years ago

During development I'm using an in-memory Vault. One of the consequences is if Vault is restarted all of the contents are lost. The result is Postgres is referencing a path in Vault that no longer exists. If this happened with a more mature installation, verifying secrets for an organization could be a fire-drill

Development is a specific use-case, but in general I want to be able to save myself time dealing with secrets at an organization level.