You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [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
Copy file name to clipboardExpand all lines: docs/pages/reference/architecture/session-recording.mdx
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ informally referred to as "chunks."
49
49
50
50
### Database sessions
51
51
52
-
Teleport captures database queries and a stream of audit events
52
+
Teleport captures database queries and a stream of audit events
53
53
related to the database being accessed.
54
54
55
55
## Session recording configurations
@@ -140,7 +140,7 @@ The Proxy Service then establishes its own connection to the destination server
140
140
- For [OpenSSH servers](../../enroll-resources/server-access/openssh/openssh-agentless.mdx), the Proxy Service requests a certificate signed by the Teleport OpenSSH CA, which will be trusted by the OpenSSH server.
141
141
142
142
With both sides of the connections decrypted, the Proxy Service acts as a pipe between the client
143
-
and the destination server, performing RBAC checks, recording the session, and emitting audit events
143
+
and the destination server, performing RBAC checks, recording the session, and emitting audit events
0 commit comments