iris-connect / eps

Our endpoint system (eps) that manages and secures the communication between different actors in the IRIS connect ecosystem. Think of it as a distributed service mesh router as well as a decentralized message broker. Still evolving, use with caution.
https://iris-connect.github.io/eps/docs/
GNU Affero General Public License v3.0
12 stars 2 forks source link

Internal-Server bind address should be configurable #6

Closed lucky-lusa closed 3 years ago

lucky-lusa commented 3 years ago

Right now internal-server example is bind to localhost. Should be configurable to use in docker environments that require 0.0.0.0

https://github.com/iris-gateway/eps/blob/ab17250cd14e66907f0a1a9fd0bdb1fe08c02819/examples/internal-server/server.go#L37

adewes commented 3 years ago

Done!