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

Ability to logically group rate limiting accross endpoints? #23

Open
chibenwa opened this issue Nov 30, 2021 · 0 comments
Open

Ability to logically group rate limiting accross endpoints? #23

chibenwa opened this issue Nov 30, 2021 · 0 comments

Comments

@chibenwa
Copy link

I end up wanting to coufigure something like this:

Rate limite GET /a/b OR /c/d at 10 req/s
And rate limit /e/f as 100 request per second

Eg: If an api is versionned:

GET /api/v1.0/users/...
GET /api/v2.0/users/...

However there seems no way to configure that "logical rate limiting group" in this plugin.

Am I missing something? Should a level of indirection be added to better express these kind of use cases?

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