Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Support pass for secrets #2

Closed
tazjin opened this issue Feb 8, 2017 · 1 comment
Closed

Support pass for secrets #2

tazjin opened this issue Feb 8, 2017 · 1 comment

Comments

@tazjin
Copy link
Owner

tazjin commented Feb 8, 2017

It should be possible to fetch secrets from pass using a template function.

@tazjin tazjin modified the milestone: v1.0.0-beta2 Feb 8, 2017
tazjin added a commit that referenced this issue Feb 9, 2017
This introduces support for looking up secret values in the 'pass' command line
tool (https://www.passwordstore.org/).

Values like passwords can be interpolated from pass and even more complex
structures like certificates for Kubernetes Secrets can be retrieved and base64-
encoded as necessary.

Fixes #2
@tazjin
Copy link
Owner Author

tazjin commented Feb 9, 2017

The first implementation of this will simply shell out to pass, but in the future I may consider switching to gopass to improve the speed of this.

@tazjin tazjin closed this as completed in 2f6e008 Feb 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant