Skip to content

tiered rate limit jwt e2e tests #7412

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

Merged
merged 23 commits into from
Mar 3, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0c80c4a
allow container image to be built in project root or tests directory
pdabelf5 Feb 21, 2025
64f5736
add vsr test to rate limit by JWT claim
pdabelf5 Feb 24, 2025
5ebbf1b
make all nginx variables use underscores rather than hyphens
pdabelf5 Feb 25, 2025
00092d0
add e2e tests for tiered rate limits
pdabelf5 Feb 25, 2025
e6a66b1
allow +1 request in rate limit tests
pdabelf5 Feb 26, 2025
be5115f
add debug
pdabelf5 Feb 27, 2025
c0366e8
test only one rl test
pdabelf5 Feb 27, 2025
14d9b1a
only run my test please
pdabelf5 Feb 27, 2025
0e8fc3e
re-add all tests
pdabelf5 Feb 27, 2025
e7a77de
remove custom marker
pdabelf5 Feb 27, 2025
431df53
remove debug line
pdabelf5 Feb 27, 2025
f64340f
remove event assertion
pdabelf5 Feb 28, 2025
2d2ce9d
Merge branch 'main' into rate-limit-tests
vepatel Feb 28, 2025
0a99c3f
run rl tests in own job
vepatel Feb 28, 2025
6704679
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 28, 2025
45dbe8d
update ratelimit examples to use the same jwk secret as jwt example
pdabelf5 Mar 3, 2025
485f441
move tiered rate limit tests to their own class
pdabelf5 Mar 3, 2025
a6fbf5f
Merge branch 'rate-limit-tests' of github.com:nginx/kubernetes-ingres…
pdabelf5 Mar 3, 2025
5a5fa9c
Merge branch 'main' into rate-limit-tests
vepatel Mar 3, 2025
d19b970
re-add wait for event check to duplicate default policy test
pdabelf5 Mar 3, 2025
462bb1f
Merge branch 'rate-limit-tests' of github.com:nginx/kubernetes-ingres…
pdabelf5 Mar 3, 2025
9703c6c
Merge branch 'main' into rate-limit-tests
pdabelf5 Mar 3, 2025
baaea20
Merge branch 'main' into rate-limit-tests
pdabelf5 Mar 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove custom marker
  • Loading branch information
pdabelf5 committed Feb 28, 2025
commit e7a77de06620a985bf44a1aa4db12121e1337875
1 change: 0 additions & 1 deletion tests/suite/test_rl_policies_vsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,6 @@ def test_override_multiple_tiered_jwt_claim_sub_vs_vsr(
)

@pytest.mark.skip_for_nginx_oss
@pytest.mark.policies_paul
@pytest.mark.parametrize("src", [rl_vsr_basic_premium_jwt_claim_sub])
def test_rl_duplicate_default_policy_tiered_basic_premium_with_default_jwt_claim_sub_vsr(
self,
Expand Down