[Koha-bugs] [Bug 31242] Add rate-limiting to the REST API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 27 08:10:41 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31242

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
Maybe it does make sense to put the rate limiting in Starman just to keep
things as simple as possible. 

We could just put it in the builder for "/api/v1/app.pl", so it wouldn't affect
the performance of the /opac and /intranet apps. 

The middlewares Kyle linked do look ancient though.

https://www.krakend.io/docs/endpoints/rate-limit/ poses some interesting points
about rate limiting methods, especially whether to rate limit by endpoint or
rate limit by endpoint * client IP address. 

One way or another, it would be good to have rate limiting I reckon.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list