Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Rate Limiting #108

Open
1 task done
didimitrie opened this issue Nov 30, 2018 · 2 comments
Open
1 task done

Rate Limiting #108

didimitrie opened this issue Nov 30, 2018 · 2 comments

Comments

@didimitrie
Copy link
Member

Step 0:

To be able to provide consistent experiences and protect form malicious attacks, we need to implement some sort of (generous) rate-limiting mechanism for all REST & WS api endpoints per token, and per route. Ie, objectGet should be relaxed; as opposed to accounts/login 😎

@radumg
Copy link
Contributor

radumg commented Nov 30, 2018

is this the point when we consider an API gateway to handle this stuff (auth, rate, etc) ?

@didimitrie didimitrie added this to the 2.x.x milestone Nov 30, 2018
@didimitrie
Copy link
Member Author

i don't think so (for sure not for auth). speckle's not composed of microservices, so the benefits of an api gateway are reduced in this scenario.

was more thinking of a simple redis solution. we'll see. I've added the relevant milestone for this issue 😅

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

No branches or pull requests

2 participants