[v18] [tctl] introduce tctl recordings download#63726
Merged
tigrato merged 1 commit intobranch/v18from Feb 16, 2026
Merged
Conversation
* [tctl] introduce `tctl recordings download` This PR introduces a new commnd to download session recordings directly from auth server using stream. This command aims to solve problems where a user needs to download a specific session recording but doesn't have access to the underlying storage - i.e. teleport saas cloud. * use os.Getpwd * add docs
tctl recordings download (#62431)tctl recordings download
|
Amplify deployment status
|
danielashare
approved these changes
Feb 11, 2026
rosstimothy
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #62431 to branch/v18
Changelog: Added
tctl recordings downloadcommand to download session recordings to local files without requiring direct access to the storage backend.Test Plan:
tctl recordings download <session_id>to my local clustertctl recordings download <session_id>to my cloud tenanttsh play ./<session_id>.taron the downloaded file