Skip to content

Unable to see session recordings #63871

@JuanRamino

Description

@JuanRamino

Expected behavior:

Current behavior:

I'm not able to session recording.
I see sessions recording upload to the azure storage account works fine (looking at audit events) but session recording list is always empty.

Bug details:

Teleport version: v17.5.3

Recreation steps:

This is the configuration used (helm installation):

teleport-cluster:
  ...
  log:
    output: stdout
    severity: INFO
    format: json

  auth:
    teleportConfig:
      teleport:
        storage:
          audit_events_uri:
            - "file:///var/lib/teleport/log"
            - "stdout://"
          audit_sessions_uri: "azblob://xxx.blob.core.windows.net"

  extraEnv:
    - name: AZURE_STORAGE_ACCOUNT
      value: "xxx"

  extraLabels:
    pod:
      azure.workload.identity/use: "true"
  annotations:
    serviceAccount:
      azure.workload.identity/client-id: xxx

  sessionRecording: node-sync
  ...

Debug logs:

{"timestamp":"2026-02-16T15:56:32Z","level":"warning","caller":"events/filelog.go:487","message":"Failed to parse audit log file format","component":"audit","file":"events.log","error":"parsing time "events" as "2006-01-02.15:04:05": cannot parse "events" as "2006""}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions