-
Notifications
You must be signed in to change notification settings - Fork 383
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
enable rate limit for month and year #4495
base: main
Are you sure you want to change the base?
Conversation
5530a7e
to
6e7e1be
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4495 +/- ##
==========================================
- Coverage 65.95% 65.74% -0.21%
==========================================
Files 203 210 +7
Lines 31154 31524 +370
==========================================
+ Hits 20547 20726 +179
- Misses 9420 9602 +182
- Partials 1187 1196 +9 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
thanks for the submitting the PR @rpahli ! you probably need a few more changes
can you also add a test case in https://github.com/envoyproxy/gateway/tree/main/internal/xds/translator/testdata/in/ratelimit-config / https://github.com/envoyproxy/gateway/tree/main/internal/xds/translator/testdata/out/ratelimit-config and an addition to https://github.com/envoyproxy/gateway/blob/main/test/e2e/tests/ratelimit.go to make sure it works e2e |
a2cafb6
to
d123cb6
Compare
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
unstale |
@rpahli looks like changes were committed to ratelimit and should be okay to introduce the Changes here |
ecae699
to
80431d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
/retest |
@rpahli can you address the lint errors
|
80431d7
to
056e1d6
Compare
@rpahli you'll also need to run 'make generate' && 'make manifests' and commit those changes |
Signed-off-by: Rico Pahlisch <[email protected]>
72613a4
to
51b0d44
Compare
@rpahli tests are failing, can you look into it |
What type of PR is this?
adds the option to set rate limit unit to
Month
andYear
which was introduced with envoy 1.25.What this PR does / why we need it:
Which issue(s) this PR fixes: