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

[v14] [kube] avoid terminal resize loop on macOS Terminal app #46068

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

tigrato
Copy link
Contributor

@tigrato tigrato commented Aug 30, 2024

Backport #46028 to branch/v14

changelog: Prevented Teleport Kubernetes access from resending resize events to the party that triggered the terminal resize, avoiding potential resize loops.

When performing a quick resize, the macOS Terminal generates several intermediate window sizes between the original and final terminal sizes. During this resizing process, Teleport receives all the intermediate sizes and broadcasts them to all participants in the session.

If the resizing information is sent back to the party that initiated the resize, it can create a feedback loop where the terminal and Teleport repeatedly attempt to enforce different window sizes.

This PR prevents Teleport from resending the resize event to the party that triggered the initial resize.

Fixes #30714

Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>
@tigrato tigrato enabled auto-merge August 30, 2024 14:43
@tigrato tigrato added this pull request to the merge queue Aug 30, 2024
Merged via the queue into branch/v14 with commit 28585f4 Aug 30, 2024
29 checks passed
@tigrato tigrato deleted the bot/backport-46028-branch/v14 branch August 30, 2024 18:14
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.

4 participants