-
Notifications
You must be signed in to change notification settings - Fork 347
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
Global rate limit infra components #723
Conversation
b1fe9c4
to
4050195
Compare
envoyproxy/ratelimit#374 should unblock this PR and we should be able to reuse the config structure from upstream |
now blocked on #726 which updates the Xds IR with a rate limit definition |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
* `RateLimitInfraIR` - holds the config to manage the ratelimit service. * `global-ratelimit` runner that subscribes to `XdsIR` messages and translates it to `RateLimitInfraIR`. * enhance the `infrastructure` runner to subscribe to `RateLimitInfraIR` messages and translate it into platform specific ratelimit resources. Relates to envoyproxy#670 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
4050195
to
ac910bd
Compare
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
RateLimitInfraIR
- holds the config to manage the ratelimit service.global-ratelimit
runner that subscribes toXdsIR
messages and translates it toRateLimitInfraIR
.infrastructure
runner to subscribe toRateLimitInfraIR
messages and translate it into platform specific ratelimit resources.Relates to #670
Signed-off-by: Arko Dasgupta arko@tetrate.io