eoscanada / eosc

Cross-platform EOSIO command-line swiss-army-knife (EOS, BOS, Telos, Worbli, etc.)
https://eosc.app
MIT License
134 stars 59 forks source link

I'm not able to skip the password setting an empty password #153

Closed str closed 4 years ago

str commented 4 years ago

I'm not able to skip the password setting an empty password. I tried:

EOSC_GLOBAL_INSECURE_VAULT_PASSPHRASE= ./eosc
EOSC_GLOBAL_INSECURE_VAULT_PASSPHRASE="" ./eosc

and without setting anything, and it kept asking for the password. I'm about to open a new issue then.

fproulx-dfuse commented 4 years ago

If that env var is empty we consider that you want interactive prompt. If your goal is to automate in a script and not bother with passphrase on the vault. I simply suggest you put a bogus passphrase, like "passphrase" or "insecure"