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

proxy: Implement cancellation rate limiting #9739

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

awarus
Copy link
Contributor

@awarus awarus commented Nov 13, 2024

Implement cancellation rate limiting and ip allowlist checks. Add ip_allowlist to the cancel closure

Fixes #16456

Copy link

github-actions bot commented Nov 13, 2024

5490 tests run: 5247 passed, 0 failed, 243 skipped (full report)


Code coverage* (full report)

  • functions: 31.9% (7937 of 24856 functions)
  • lines: 49.7% (62894 of 126569 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
2e7de01 at 2024-11-15T17:35:48.624Z :recycle:

proxy/src/auth/backend/console_redirect.rs Outdated Show resolved Hide resolved
proxy/src/bin/local_proxy.rs Outdated Show resolved Hide resolved
proxy/src/cancellation.rs Outdated Show resolved Hide resolved
proxy/src/cancellation.rs Outdated Show resolved Hide resolved
proxy/src/cancellation.rs Outdated Show resolved Hide resolved
proxy/src/cancellation.rs Outdated Show resolved Hide resolved
proxy/src/cancellation.rs Outdated Show resolved Hide resolved
proxy/src/bin/local_proxy.rs Outdated Show resolved Hide resolved
proxy/src/bin/local_proxy.rs Outdated Show resolved Hide resolved
proxy/src/cancellation.rs Outdated Show resolved Hide resolved
proxy/src/console_redirect_proxy.rs Outdated Show resolved Hide resolved
proxy/src/cancellation.rs Show resolved Hide resolved
proxy/src/cancellation.rs Show resolved Hide resolved
Implement cancellation rate limiting using GlobalRateLimiter and
perform ip allowlist checks.
Add ip_allowlist to the cancel closure.

Fixes #16456
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants