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

Properly forward missing pinentry errors #128

Merged
merged 1 commit into from Mar 2, 2024

Commits on Mar 2, 2024

  1. Properly forward missing pinentry errors

    Before running the following command without pinentry in PATH resulted
    in: Login failed: Could not sync vault: decrypt: MAC mismatch
    
    With this change the error is properly forwarded and displayed
    $ ./goldwarden vault login --email me@example.com
    Login failed: exec: "pinentry": executable file not found in $PATH
    SuperSandro2000 committed Mar 2, 2024
    Copy the full SHA
    fc5a1f7 View commit details
    Browse the repository at this point in the history