Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Vault for encryption #291

Open
sixfeetover opened this issue Jan 25, 2018 · 12 comments
Open

Support Vault for encryption #291

sixfeetover opened this issue Jan 25, 2018 · 12 comments

Comments

@sixfeetover
Copy link

Would love to see support for Vault's transit backend as the encryption key authority!

@benlangfeld
Copy link

Are any of the core team able to provide some pointers on how this should be implemented. My team might be able to take a stab at this if we can get some help.

@autrilla
Copy link
Contributor

autrilla commented Apr 6, 2018

Sure! Depending on what you want, you either have to implement the Cipher interface (see example) or the MasterKey interface (see example). The former would make Vault an alternative for AES, whereas the latter would make it an alternative for GPG/KMS. Is this enough to get you started?

@Just-Insane
Copy link

Has there been any further work on this issue?

@jvehent
Copy link
Contributor

jvehent commented Mar 13, 2019

The core team isn't working on this feature but we'd happily review and merge a patch from a motivated contributor.

@binlab
Copy link

binlab commented Mar 14, 2020

Good idea! Any progress with it?

@Just-Insane
Copy link

No, I built Helm-Vault instead.

@binlab
Copy link

binlab commented Mar 15, 2020

As I see this implementation almost done - #623

@smnbbrv
Copy link

smnbbrv commented Jun 3, 2020

Looks like it's already implemented and merged #655. The question is when is it going to be released?

@Just-Insane
Copy link

This appears to just use Vault as a KMS storage area for your encryption keys, and does not actually store your secret values in Vault (which may be the preferred method for some).

@autrilla
Copy link
Contributor

autrilla commented Jun 3, 2020

This appears to just use Vault as a KMS storage area for your encryption keys, and does not actually store your secret values in Vault (which may be the preferred method for some).

Yes, sops publish does what you want instead

@Just-Insane
Copy link

Link to the documentation on sops publish?

@autrilla
Copy link
Contributor

autrilla commented Jun 3, 2020

Link to the documentation on sops publish?

https://github.com/mozilla/sops/blob/master/README.rst#2171publishing-to-vault

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants