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

endpoint: Add IP access rules to request #249

Open
erichanson opened this issue Apr 11, 2022 · 0 comments
Open

endpoint: Add IP access rules to request #249

erichanson opened this issue Apr 11, 2022 · 0 comments

Comments

@erichanson
Copy link
Member

Right now the Go server just controls who can access the server from what IPs etc through http.ListenAndServe() which isn't particularly expressive. How about adding a security layer in endpoint.request, or at least tables for configuring it. Maybe there's a slick Go library that does IP filtering that we could use and just pull filter rules from the database. We could do more expressive stuff than the server does now, and easily control it from the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant