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

Create a list allowed api calls/verbs and enforce whitelisting #1

Open
kelsos opened this issue Mar 10, 2023 · 0 comments
Open

Create a list allowed api calls/verbs and enforce whitelisting #1

kelsos opened this issue Mar 10, 2023 · 0 comments

Comments

@kelsos
Copy link
Member

kelsos commented Mar 10, 2023

Description

The proxy will maintain a whitelist of allowed endpoints with the allowed verbs combination for any request that goes to the /api/.

If the endpoint/verb combination of the incoming request doesn't exist in the whitelist, the proxy will answer with a 403

For example account creation should not be allowed in the demo, nor adding new blockchain accounts.

Requirements

  • Introduce path/verb whitelist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant