hyperledger-labs / business-partner-agent

The Business Partner Agent is a SSI wallet and controller based on aries cloud agent python.
https://labs.hyperledger.org/business-partner-agent/
Apache License 2.0
56 stars 49 forks source link

WSL support for "local-network" scenario #775

Closed bjoern-arnold closed 2 years ago

bjoern-arnold commented 2 years ago

In scenario local-network the start-infra.sh shell script sets an invalid IP for the network nodes when executed from within the Windows Subsystem for Linux (WSL).

Suggested Solution: When started from WSL, the node ip must be set explicitly to the local hosts ip address. This can be achieved by adding an if-statement that sets the "IP" environment variable accordingly if WSL is detected.

schlagtim commented 2 years ago

Implemented in #797