Closed georgeroman closed 4 years ago
Solved! I was running the connectors within a Docker network but was issuing the commands from the outside. Running ilp-cli
within the same network fixed the issue. I think this should be documented somewhere.
I have the following script for setting up accounts between two parties:
The ILP nodes together with the settlement engines for each node are run inside a Docker network. This all works without any issues. However, making a payment from Alice to Bob (or from Bob to Alice) via
ilp-cli pay alice --auth in_alice --to http://bob-node:8770/accounts/bob/spsp --amount 10
fails with the following authorization issue:I've also tried with all possible values for
--auth
(in_alice
,alice_auth_token
,alice_password
) but none worked.Does anyone have any insights on what might be the issue?