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

Backport #6692 to v6.1. #6736

Merged
merged 1 commit into from
May 5, 2021
Merged

Backport #6692 to v6.1. #6736

merged 1 commit into from
May 5, 2021

Conversation

russjones
Copy link
Contributor

Backport #6692 to v6.1.

Updated TLS handshake timeout. During some operations, Teleport can
flood the network with traffic which causes the TLS handshake to occur
slower than 1 second.

One example is during SSO login. The initial connection is an
unauthenticated connection, and upon successful SSO login a "types.User"
is created and replicated to all nodes. For large clusters this can mean
10k+ "types.User" objects getting replicated at the same time the user
attempts to re-establishing another connection to Auth this time with
valid identity credentials. This connection sometimes can take longer
than the original 1 second timeout.
@russjones russjones merged commit 043aad6 into branch/v6.1 May 5, 2021
@russjones russjones deleted the rjones/backport-v61-6692 branch May 5, 2021 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants