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

Fixes for git-secret with newer version of gnupg #6

Open
jmurty opened this issue Oct 30, 2017 · 0 comments
Open

Fixes for git-secret with newer version of gnupg #6

jmurty opened this issue Oct 30, 2017 · 0 comments

Comments

@jmurty
Copy link
Contributor

jmurty commented Oct 30, 2017

From @Aramgutang via Slack:

If you're stuck on git-secret and it refuses to work with newer versions of GPG (like we saw on iwc-forum), adding these lines to the Dockerfile did the trick (you'll also want to remove .gnupg/gpg.conf from .dockerignore):

RUN echo "allow-loopback-pinentry" > .gnupg/gpg-agent.conf
RUN echo "pinentry-mode loopback" > .gnupg/gpg.conf

This is probably something that should live in setup-git-secret.sh instead but I'll let @mrmachine decide if it's worth putting it there, or just switching to Transcrypt

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