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

Permit reading private key from environment variable #284

Open
nferch opened this issue Jul 17, 2019 · 3 comments
Open

Permit reading private key from environment variable #284

nferch opened this issue Jul 17, 2019 · 3 comments

Comments

@nferch
Copy link
Contributor

nferch commented Jul 17, 2019

Has it been considered to permit reading the private key from an environment variable?

This would avoid it being written to disk, if you're using some other means to manage it, such as using a secrets management system, or in my case, invoking Puppet masterless remotely through Ansible.

From a cursory look at the code this looks pretty simple and invasive to implement, so if folks think this idea has wheels I'm happy to do a PoC.

@nferch
Copy link
Contributor Author

nferch commented Sep 3, 2019

@bastelfreak or perhaps @alexjfisher any thoughts?

@bastelfreak
Copy link
Member

@nferch sounds like a good idea, could you please provide a patch for this?

@rismoney
Copy link

This would be great. Pub/private keys loadable via env vars solve a gap in containerization persistence.

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

3 participants