-
Notifications
You must be signed in to change notification settings - Fork 959
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
Secure keyring storage doesn't work with KeepassXC #2236
Comments
This has been resolved in CLI version v0.27.0. Can you please confirm? |
Can you please run the following command |
Hey @Real-Gecko , the previous release of the CLI did not include the change. Please update the CLI once more please |
You will need to reset the cli by running |
When I run |
Hey! I stumbled upon this issue from one of my related issues. Looks like the go-keyring for this cli project is not using the go-keyring-v0.2.5. This issue was fixed at https://github.com/zalando/go-keyring/releases/tag/v0.2.5. |
Describe the bug
When using
KeepassXC Freedsktop.org Service integration
featureinfisical-cli
is unable to get secrets duringinfisical init
To Reproduce
Steps to reproduce the behavior:
infisical login
to login to your serverinfisical init
error: failed to fetch creditnals from keyring because [err=something went wrong, failed to retrieve value from system keyring [error=org.freedesktop.Secret.Error.IsLocked]]
Expected behavior
Retreive credintials from KeepassXC
Platform you are having the issue on:
Arch Linux
Additional context
Looks like known problem with
go-keyring
cli/cli#8691
zalando/go-keyring#88
The text was updated successfully, but these errors were encountered: