SecretNetwork icon indicating copy to clipboard operation
SecretNetwork copied to clipboard

Macbook(M1) keeps asking keychain password when secretcli interact with Ledger(Nano S)?

Open opkps opened this issue 3 years ago • 3 comments

Even a simple call: 'secretcli keys list', Macbook(M1) would keeps asking for the keychain password for each address that stores in Ledger before listing, 100 accounts/addresses in Ledger(Nano S), 100 asking. How can I fix it, or in another word, how to let MacOS completely trust 'secretcli' application when interact with Ledger without asking the keychain password, no matter what command enter. Thx.

opkps avatar Nov 01 '21 08:11 opkps

The only way as far as I know is to re-add your keys into secretcli on --keyring-backend test mode

assafmo avatar Nov 01 '21 08:11 assafmo

It works, thanks a lot! Before coming here asking, Apple customer service told me there is one way could try: setting a certificates for secretcli application, the certificates should be "variables" to adapt to each different command change, but they have limited further information about the details and I haven't found any useful information on this yet.

opkps avatar Nov 03 '21 10:11 opkps

This can be improved a teeny bit with some replace statements that Osmosis is using.

It'll make scrt throw fewer errors when building and I think it might make the process a bit less repetitive.

faddat avatar Apr 26 '22 00:04 faddat