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

Enhance derp relay to verify enpoints are onboarded nodes. #1912

Open
vishnoianil opened this issue Feb 13, 2024 · 0 comments
Open

Enhance derp relay to verify enpoints are onboarded nodes. #1912

vishnoianil opened this issue Feb 13, 2024 · 0 comments
Assignees
Labels
derp DERP relay related items enhancement New feature or request

Comments

@vishnoianil
Copy link
Contributor

Describe the Problem Statement

Currently DERP relay relays the wireguard traffic based on the public key that a client/node used to register with derp relay. It doesn't verify if connected clients are onboarded with nexodus control plane. This leaves a possibility of DDoS attack on relay by connecting endpoints that are not onboarded to nexodus and relaying traffic between them.

Describe the Enhancement

We need to add a new API and watchers to get all the node details (public keys, endpoint info) from the nexodus control plane. This info will be used to deny the connection from the nodes that is not part of the nexodus network.

Alternate Solutions

No response

Additional context

No response

@vishnoianil vishnoianil added enhancement New feature or request needs-triaging Issue/Enhancement needs assignment labels Feb 13, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Nexodus Board Feb 13, 2024
@vishnoianil vishnoianil self-assigned this Feb 13, 2024
@vishnoianil vishnoianil added derp DERP relay related items and removed needs-triaging Issue/Enhancement needs assignment labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
derp DERP relay related items enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant