-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support for per method/subscription rate limits #1
Comments
I would need the reverse. I have 1 semi-admin method that needs to fire often, everything else can be a safe default. Another really awesome feature would be some way to auto-white list users on a per method basis. My one method should only be used by our invite only users (about 1% total user base). So before those users can use that method they need to authorize, if that fails ignore their traffic. Not sure if this fits Sikka but worth bringing up. |
Reverse of this also a nice to have. |
For my use case I built candid but it does not help against DOS attacks. Maybe some kind of integration could be made. Not sure, I will have to play with sikka to see if that would be reasonable. |
Maybe we can have something like allow/deny where user can put some logic. On Thu, Mar 26, 2015, 22:23 Sivli Kestanous notifications@github.com
|
On Fri, Mar 27, 2015, 07:17 Thanish Muhammed mnmtanish@gmail.com wrote:
|
@mnmtanish It's good. Later, we may build a standalone firewall for Sikka. So, we may need to use the same rules without changing anything. And having to write custom code makes Sikka also cost more and stops ways to optimize. |
There are some methods, we need to protect.
So, we need to add per method/subscription rate limits
The text was updated successfully, but these errors were encountered: