-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
file keyring backend prompt duplication #5403
Comments
Workaround for #5403, users are still prompted for password twice.
@austinabell dixit:
Yes, it is. All keys data is now stored securely in the keyring, which needs to be unlocked before before one can access keys. The file backend does not account for the concept of user's session, therefore you are prompoted for the password every time you access the keyring. OS's credential store backed implementation works differently. |
…osmos#5406) Workaround for cosmos#5403, users are still prompted for password twice.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Unsure. It was half-fixed. Possibly #5865 has fixed it. |
Summary of Bug
In the gentx command, using the keyring backend flag to file, password prompt occurs three times (should only be one?)
Also a question with this if you don't mind, why does
keys show ...
now require a prompt, specifically when using file storage? Is this intended?Version
0e28da2
Steps to Reproduce
Running gentx with
--keyring-backend file
flag should be sufficient.For Admin Use
The text was updated successfully, but these errors were encountered: