-
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
Playing a leaf SSH session recorded at the proxy fails #31776
Comments
@capnspacehook have we confirmed that v13 does not exhibit the same behavior? |
Yes, v13 does not have this bug, only v14. |
It seems I came to the wrong conclusions earlier: This only happens when the root cluster is not recording at the proxy, and the leaf cluster is recording at the proxy. V13 is affected actually as I was testing wrong earlier. |
@capnspacehook Looks like this feature is working as expected? If so, can you close this ticket? |
I'm not sure how this is working as expected, to my knowledge playback of a recorded session should always succeed. I have an open PR to fix the issue just waiting on another review. |
Expected behavior:
Playing a leaf SSH session recorded at the proxy succeeds
Current behavior:
Playing a leaf SSH session recorded at the proxy fails
Bug details:
Teleport version
Teleport v14.0.0-beta.1
Recreation steps
Using
tsh
or the WebUI, connect to a node and try to play back the recorded session. The leaf auth server must be set to record sessions on the proxy and the root auth server must not be set to record sessions on the proxy, otherwise playing back the session succeeds.Debug logs
The recorded session is recorded and uploaded to the root cluster, but when playback is requested it is searched for in the leaf cluster.
The text was updated successfully, but these errors were encountered: