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

Remove rate limiting on webapi/ping and webapi/connectionupgrade #42799

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

rosstimothy
Copy link
Contributor

@rosstimothy rosstimothy commented Jun 11, 2024

The limits on these endpoints can cause issues with legitimate use cases trying to establish large numbers of connections from a single host(i.e. Ansible Tower). Extending the limits would likely result in a bar that constantly needs to be raised as clusters with this workflow become larger. Instead the limits were removed entirely.

changelog: Remote rate limits on endpoints used extensively to connect to the cluster

The limits on these endpoints can cause issues with legitimate use
cases trying to establish large numbers of connections from a single
host(i.e. Ansible Tower). Extending the limits would likely result
in a bar that constantly needs to be raised as clusters with this
workflow become larger. Instead the limits were removed entirely.
@rosstimothy rosstimothy added this pull request to the merge queue Jun 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Jun 11, 2024
@rosstimothy rosstimothy added this pull request to the merge queue Jun 11, 2024
Merged via the queue into master with commit 62c3d51 Jun 11, 2024
43 of 44 checks passed
@rosstimothy rosstimothy deleted the tross/webapi_limits branch June 11, 2024 22:32
@public-teleport-github-review-bot

@rosstimothy See the table below for backport results.

Branch Result
branch/v14 Create PR
branch/v15 Create PR
branch/v16 Create PR

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

Successfully merging this pull request may close these issues.

3 participants