Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server side connectivity #219

Closed
karalabe opened this issue Sep 14, 2023 · 2 comments
Closed

Server side connectivity #219

karalabe opened this issue Sep 14, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@karalabe
Copy link

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 karalabe added the enhancement New feature or request label Sep 14, 2023
@AgeManning
Copy link
Member

AgeManning commented Sep 14, 2023

Yep, this has been discussed (internally) for a while now.

I believe its on our roadmap to introduce a backend to manage the connection for this reason. As we've got some external users also wanting this, we can aim to prioritize this.

@rickimoore
Copy link
Member

This issue has been address in our v2.0.0 release 🎉

#263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants