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
The Web UI uses this audit log to construct a list of sessions that can be played back. Once a user clicks play, then Web UI then fetches session related events (bytes and timing) and plays back the recorded session.
In Teleport 2.4, we will support disabling session recording, #1329 defines session_recording: off to disable recording of sessions. This disables session data, but leaves session related metadata in the audit log. When the user clicks on the sessions tab, the user sees all sessions with play next to them, but when clicked, nothing happens (because no session related events exist).
Proposed Solution
When the user clicks play, maybe we should have a popup that explains that the session was not recorded. I'll defer to @kontsevoy for the UX on this.
The text was updated successfully, but these errors were encountered:
Problem
The Web UI uses this audit log to construct a list of sessions that can be played back. Once a user clicks play, then Web UI then fetches session related events (bytes and timing) and plays back the recorded session.
In Teleport 2.4, we will support disabling session recording, #1329 defines
session_recording: off
to disable recording of sessions. This disables session data, but leaves session related metadata in the audit log. When the user clicks on the sessions tab, the user sees all sessions with play next to them, but when clicked, nothing happens (because no session related events exist).Proposed Solution
When the user clicks play, maybe we should have a popup that explains that the session was not recorded. I'll defer to @kontsevoy for the UX on this.
The text was updated successfully, but these errors were encountered: