Skip to content

Commit

Permalink
Merge pull request #1009 from lostllama/patch-1
Browse files Browse the repository at this point in the history
Removed duplicate "will"
  • Loading branch information
davecheney authored Apr 12, 2019
2 parents f727b2d + e19372e commit 6cfde50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/ratelimit-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Envoy's support of RateLimiting requires a rate limiting service to be exposed a

## High-level Design

RateLimiting will be disabled by default and will will be required to be enabled.
RateLimiting will be disabled by default and will be required to be enabled.
The RateLimiting implementation will determine if the request sent to Envoy should be serviced or not.
Contour will require configuration to enable the rate limiting HTTP filter as well as pointing Envoy to the rate limit implementation service.
The reference implementation from Lyft relies on an instance of Redis to be available.
Expand Down

0 comments on commit 6cfde50

Please sign in to comment.