Skip to content
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

fix(response-ratelimiting): fix missing usage headers for upstream #13696

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

t-yuki
Copy link

@t-yuki t-yuki commented Sep 20, 2024

Summary

response-ratelimiting plugin should send usage headers to upstream server.
But in Kong 3.8, there are no usage headers such as X-RateLimit-Remaining-Videos: 10 for upstream requests.

In this change, it coming back usage headers for upstream.

Checklist

Issue reference

Fix #13682

@ADD-SP
Copy link
Contributor

ADD-SP commented Sep 20, 2024

@t-yuki Thanks for your contribution! Would you mind adding a regression test on this issue? I think we have missed this test for a long time.

And also a changelog entry.

@ADD-SP ADD-SP added the author/community PRs from the open-source community (not Kong Inc) label Sep 20, 2024
@ADD-SP ADD-SP added this to the 3.9.0 milestone Sep 20, 2024
@ADD-SP
Copy link
Contributor

ADD-SP commented Sep 20, 2024

Since this is a new issue introduced in 3.8 and should be a small fix, I added this to the 3.9 milestone.

Internal ticket: KAG-5447

@t-yuki t-yuki force-pushed the fix-response-ratelimiting-usage-headers branch from be001e0 to d785d18 Compare September 21, 2024 12:40
@pull-request-size pull-request-size bot added size/L and removed size/S labels Sep 21, 2024
@t-yuki t-yuki force-pushed the fix-response-ratelimiting-usage-headers branch from d785d18 to 7b344bb Compare September 21, 2024 12:46
@ADD-SP ADD-SP self-requested a review September 23, 2024 02:59
@ADD-SP
Copy link
Contributor

ADD-SP commented Sep 23, 2024

@t-yuki Could you fix failure tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author/community PRs from the open-source community (not Kong Inc) cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee plugins/response-ratelimiting size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[response-ratelimiting] Missing upstream usage headers in Kong 3.8
2 participants