-
Notifications
You must be signed in to change notification settings - Fork 6
Description
As you know, various institutions use wallet and Kerberos for secrets management. But the newfangled cloud way is to put things in Vault. So we generate secrets with wallet and kerberos, then stuff them into Vault so our cloud deployments can access them with the right credentials.
This is entirely too manual and clunky. It adds too much friction when dealing with Puppet, Kerberos, wallet, Terraform, Docker, Vault, Kubernetes, etc. It ends up being a manual mess, or a stack of clunky make files that still require manual upload of secrets to Vault.
I'm not really a good enough programmer to write the integration, especially since there is a security/secrets handling component to it. But it would provide a Kerberos compatible secret generation utility for Vault.
ljl