This is not fun for a dockerized environment, can this check be made ignorable?
https://github.com/EOSIO/eos/blob/master/plugins/wallet_api_plugin/wallet_api_plugin.cpp#L103
@bytemaster Do you want to remove the localhost restriction on eos-walletd?
@bytemaster Indicated that this restriction can be removed and replaced with a warning.
So I'm thinking the warning should be:
"*************************************\n"
"* *\n"
"* -- Wallet NOT on localhost -- *\n"
"* - Password and/or Private Keys - *\n"
"* - are transferred unencrypted. - *\n"
"* *\n"
"*************************************\n");
Will put this small change in as a PR tomorrow morning.
Most helpful comment
@bytemaster Indicated that this restriction can be removed and replaced with a warning.