Skip to content

laetho/raven

 
 

Repository files navigation

Raven

Raven is a tool that transform and reconciles secrets stored in Vault to Sealed Secrets stored in a Git repository.

Raven will keep a repository eventually consistent by iterating a path in Vault:

  • Creating a sealed secret in a given git repository
  • Cleaning out "old" secrets from git when removed from Vault.

This allows us to make secrets a declarative state and we can publish them...anywhere.. which in Raven is GIT.

Raven can run as a stand alone application, but will require kubeseal. Raven can also run as a dockerized application, but will require the operator to translate a sealed secreet to a normal kubernetes secret.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.4%
  • Other 0.6%