-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Replaying Session results in network timeout error #11673
Comments
@thinkspill Does the recording play correctly if you run (the files aren't actually TAR-formatted, they're a binary format which has a |
Yes, it does play with |
I'm having the exact same issue with the exact same version and build (running on ARM though). The only thing I spotted is that it's not finding the event on the DynamoDB table, even though is there.
I suspect this is because it's actually looking for the session ID in the |
Any thoughts on if/when this issue can be fixed? Definitely a blocker for evaluating this software. |
Another report of this from the Community Slack:
I can't reproduce this when running Teleport in a Kubernetes cluster with the |
It seems possible this may be related to |
Description
What happened:
https://github.com/gravitational/teleport/tree/master/examples/aws/terraform/ha-autoscale-cluster
Connected a server, started and ended an SSH session. Confirmed that a session was recorded and is present in the Web UI and the S3 bucket.
Tried to play the session, which resulted in the Web UI message "Recording for this session is not available."
Inspecting the browser Network panel, the connection to the
events
endpoint results in an HTTP 504 after 30 seconds with the response:Same issue with
tsh play
-- here's the debug output:What you expected to happen:
I expected the session recording to play.
Reproduction Steps
As minimally and precisely as possible, describe step-by-step how to reproduce the problem.
Server Details
teleport version
):Teleport v9.0.2 git:v9.0.2-0-g354b8c037 go1.17.7
/etc/os-release
):AWS
Client Details
tsh version
):Teleport v9.0.2 git:v9.0.2-0-g354b8c037 go1.17.7
MacOS 12.3
Chrome Version 99.0.4844.83 (Official Build) (x86_64)
Debug Logs
See above
The text was updated successfully, but these errors were encountered: