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 git-crypt #134

Closed
Yekut opened this issue Jan 28, 2017 · 1 comment
Closed

Support git-crypt #134

Yekut opened this issue Jan 28, 2017 · 1 comment

Comments

@Yekut
Copy link
Contributor

Yekut commented Jan 28, 2017

This idea is either very useful or just purely feature creep - currently there's no support for git-crypt, and git2consul will happily push encrypted values to Consul. There's a very hacky workaround - first checkout the repo and manually unlock, then point git2consul to the checked out repo as its local_store parameter. OTOH, this can be very brittle, e.g., when git2consul decides to delete and re-clone it'll probably suddenly push the encrypted value. Is this a fine workaround, or should people just use Vault instead of git2consul + git-crypt for managing secret values?

@calvn
Copy link
Contributor

calvn commented Jan 28, 2017

This is similar to #131. I reccommended git2consul + gosecret + fsconsul for transporting secrets across the network, but there are certainly other solutions such as Vault like you mentioned.

@Yekut Yekut closed this as completed Sep 16, 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

2 participants