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

[v15] services: Fix inconsistency in ListPlugins with pageSize=0 #41575

Merged
merged 2 commits into from
May 15, 2024

Conversation

tigrato
Copy link
Contributor

@tigrato tigrato commented May 15, 2024

Backport #41550 to branch/v15

`ListPlugins` endpoint doesn't enforce `size>0` nor it assumes the
default page size when `pageSize = 0` is passed.
This results in the agent being in a deadloop because it cannot iterate
through results.

Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>
@tigrato tigrato added the no-changelog Indicates that a PR does not require a changelog entry label May 15, 2024
@github-actions github-actions bot requested review from jakule and zmb3 May 15, 2024 09:16
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from jakule May 15, 2024 13:15
@tigrato tigrato enabled auto-merge May 15, 2024 13:33
@tigrato tigrato added this pull request to the merge queue May 15, 2024
Merged via the queue into branch/v15 with commit 322e0f5 May 15, 2024
30 checks passed
@tigrato tigrato deleted the bot/backport-41550-branch/v15 branch May 15, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants