Skip to content

Commit

Permalink
RateLimitPolicy v2 (#8)
Browse files Browse the repository at this point in the history
* rfc: RateLimitPolicy v2

* add spec.limits.matches

* Added drawbacks

* Added implementation details for each example

* Example section headers moved one level up

* Future possibilities

* Prior art

* Added date and issue refs

* Added pr #10 to the watchlist

* fix: header name :host -> :authority

* remove the concept of increment from the rfc - it deserves its own proposal to be discussed separately

* fix unique hash route matcher identifiers

* Atomic targeting of HTTPRouteRules

* Back to matching any subset of HTTPRouteMatches as the way to select the HTTPRouteRules to be bound to a limit + Limit's name becomes a first-class citizen

* Soft conditions do not accept expressions related to attributes of the HTTP request

* Update the example of the Mechanics of generating RL descriptor actions for one that does not involve HTTP attributes used in 'soft' conditions

* Fix example 1 so it's clear the HTTPRouteMatch does not have to entirely stated within the trigger matches, but only a portion of it will do (if that portion is enough to scope the limit)
  • Loading branch information
guicassolato authored Mar 22, 2023
1 parent 953f620 commit bafafae
Showing 1 changed file with 1,321 additions and 0 deletions.
Loading

0 comments on commit bafafae

Please sign in to comment.