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

Add proxy for network and resolution endpoints #124

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

agners
Copy link
Member

@agners agners commented Oct 2, 2024

Forward the requests to the network and resolution endpoints to the Supervisor. This will allow the landing page to get insights when the Supervisor detects issues on first startup (e.g. problematic DNS servers). The network endpoint will allow to resolve these issues.

Note: This makes the two mentioned endpoints available unauthenticated. However, the landing page will be replaced with Core as soon as it has been downloaded, so this unauthenticated forwarding will only be during a brief phase on initial setup. A bad actor could also just setup a new user from the onboarding page at this point in time. So this effectly does not change the security posture.

Forward the requests to the network and resolution endpoints to the
Supervisor. This will allow the landing page to get insights when
the Supervisor detects issues on first startup (e.g. problematic
DNS servers). The network endpoint will allow to resolve these issues.

Note: This makes the two mentioned endpoints available unauthenticated.
However, the landing page will be replaced with Core as soon as it has
been downloaded, so this unauthenticated forwarding will only be during
a brief phase on initial setup. A bad actor could also just setup a new
user from the onboarding page at this point in time. So this effectly
does not change the security posture.
@agners agners merged commit b7bbad6 into main Oct 3, 2024
25 checks passed
@agners agners deleted the add-network-and-resolution-proxy branch October 3, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants