siren icon indicating copy to clipboard operation
siren copied to clipboard

Server side connectivity

Open karalabe opened this issue 1 year ago • 1 comments

Currently Siren tries to connect to the beacon/validator client side. That's very unfortunate, because it requires exposing the two nodes to outside access.

A better model would be to allow running Siren in it's own container on a remote host, connecting itself directly to the two lighthouse nodes. Only the HTTP port needs to be exposed to the outside (which can be behind a VPN or whatnot).

The benefit is that I could have separate containers for the beacon client, validator client and siren, each running in the same (locked down) docker network. That would prevent any traffic from the outside reaching them, but it would permit unfettered access across one another.

karalabe avatar Sep 14 '23 13:09 karalabe