-
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
tsh play
should take a file argument as a valid parameter
#1580
Comments
it should actually take our tarball format as is and play it instead, this way folks can download and play all tarballs sent to S3 for example |
@kontsevoy I suggest we move this one out of 2.6.0 to reduce the scope a bit, does not seem like a pressing issue. |
This came up again today during an evaluation. +1 for providing tsh play to support working with the tarball format. |
Another request for this in #3225 |
Another request in ZD#1699. Building some sort of index from stored objects would be helpful to locate the sessions of interest. The events object contains the session metadata. |
Problem
If a user periodically backs up recorded sessions to a long-term storage (like Glacier) and decides to replay a sessions from 2 years ago, there is no easy way to do this in Teleport right now.
Solution
Currently a recorded session is a set of files:
So if a session stream files are named:
Then all of the following should work:
And if the
.pem
file is missing or invalid, a warning should be shown:The text was updated successfully, but these errors were encountered: