We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug It seems emd does something differently from gaiad when doing keys list.
keys list
On gaiad it will ask for the Keychain (for MacOS) password once. With emd it prompts for the password for each key.
How to reproduce
emd keys add key1 emd keys add key2 emd keys add key3 emd keys add key4 emd keys list
Observe: you will need to enter Keychain password 4 times before the list is shown.
Expected behavior Keychain password should only be entered once to list all the keys.
Additional context Maybe emd tries to read secret data when listing keys? (causing the Keychain prompt)
The text was updated successfully, but these errors were encountered:
osmosisd seems to exhibit same behaviour as emd. Maybe gaiad is doing something "clever"?
Sorry, something went wrong.
If use keyring-backend file on linux system prompts one time.
Couldn't replicate this issue on Catalina.
In the following steps, I was prompted for the password once
emd config keyring-backend os emd config keyring-backend os
emd keys add key1 emd keys add key2 emd keys add key3 emd keys add key4 emd keys list | jq
[ { "name": "key1", "type": "local", "address": "emoney13mlhdy23h952suhhp8dthwu7ucvalr5lxjndsr", "pubkey": "emoneypub1addwnpepqf9zcq0vwrgmekxqd7c5dn8q2gnzzwv64qtgcharqcg03x6llm63z69yl7r" }, ...
os points to the macOS keychain. These macOS instructions may offer insight into the stored passwords https://support.apple.com/en-gb/guide/keychain-access/kyca1085/11.0/mac/11.0
blewater
No branches or pull requests
Describe the bug
It seems emd does something differently from gaiad when doing
keys list
.On gaiad it will ask for the Keychain (for MacOS) password once. With emd it prompts for the password for each key.
How to reproduce
Observe: you will need to enter Keychain password 4 times before the list is shown.
Expected behavior
Keychain password should only be entered once to list all the keys.
Additional context
Maybe emd tries to read secret data when listing keys? (causing the Keychain prompt)
The text was updated successfully, but these errors were encountered: