zalando / go-keyring

Cross-platform keyring interface for Go
MIT License
847 stars 85 forks source link

linux: Unlock keyring on Get #11

Closed mikkeloscar closed 8 years ago

mikkeloscar commented 8 years ago

Getting a secret from the keyring would always fail on linux if the keyring was locked. This patch fixes the issue by unlocking the keyring before searching for the secret.

Raffo commented 8 years ago

👍

mikkeloscar commented 8 years ago

:+1: