eriweb / raven

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:Apache License 2.0


Languages

Language:Go 99.3%Language:Shell 0.3%Language:Dockerfile 0.3%