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

root problem #1

Open
krysopath opened this issue Apr 11, 2019 · 4 comments
Open

root problem #1

krysopath opened this issue Apr 11, 2019 · 4 comments

Comments

@krysopath
Copy link
Owner

should be able to pull a private key from vault and use paramiko to establish some kind of ssh session with a host

@krysopath krysopath changed the title SSHConsumer some more adapters Apr 11, 2019
@krysopath
Copy link
Owner Author

should be able to use fuse to create arbitrary mounts filled with secrets

@krysopath
Copy link
Owner Author

krysopath commented Apr 17, 2019

add PlainTextProvider and OpenSSLConsumer as well as GPGConsumer, where the first just reads from plaintext dotenv and the latter create an encrypted version of the vaultify Kn=Vn dotenv file.

this avoids failures due to different implementations of openssl and gpg when using docker.

@krysopath
Copy link
Owner Author

is chaining Consumers a thinkable reality?

@krysopath
Copy link
Owner Author

krysopath commented Apr 17, 2019

is chaining Consumers a thinkable reality?

yes @krysopath
One could think of ChainConsumer class as implementing a loop over other Consumer classes.
a fascinating idea!

@krysopath krysopath pinned this issue Apr 17, 2019
@krysopath krysopath changed the title some more adapters root problem Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant