Skip to content
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

Auto Update events show as Unknown in Audit Log #52727

Open
stevenGravy opened this issue Mar 4, 2025 · 0 comments · May be fixed by #52748
Open

Auto Update events show as Unknown in Audit Log #52727

stevenGravy opened this issue Mar 4, 2025 · 0 comments · May be fixed by #52748
Labels
audit-log Issues related to Teleports Audit Log bug

Comments

@stevenGravy
Copy link
Contributor

Expected behavior:

The Auto Update auto_update_version and auto_update_config who show their name and a description.

Current behavior:

A audit log entry such as below shows as Unknown in the Audit Log list.

{
  "addr.remote": "127.0.0.1:38726",
  "cluster_name": "teleport.example.com",
  "code": "AUV002I",
  "ei": 0,
  "event": "auto_update_version.update",
  "expires": "0001-01-01T00:00:00Z",
  "name": "autoupdate-version",
  "success": true,
  "time": "2025-03-04T00:24:49.261Z",
  "uid": "86ff5ba4-3ac5-49f5-8256-810f22f32f1f",
  "updated_by": "6d2bdfd3-b3fb-4dd3-a90a-3512a83d9671.teleport.example.com",
  "user": "6d2bdfd3-b3fb-4dd3-a90a-3512a83d9671.teleport.example.com",
  "user_kind": 1
}
Image

FYI: @hugoShaka

Bug details:

  • Teleport version: 17.3.1
  • Recreation steps:
  1. Add Auto Update settings

Add this file autoupdate.yaml

kind: autoupdate_version
metadata:
  name: autoupdate-version
spec:
  agents:
    start_version: 17.3.0
    target_version: 17.3.1
    schedule: regular
    mode: enabled

tctl create -f autoupdate.yaml

  1. Review audit log
@stevenGravy stevenGravy added bug audit-log Issues related to Teleports Audit Log labels Mar 4, 2025
@hugoShaka hugoShaka linked a pull request Mar 4, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit-log Issues related to Teleports Audit Log bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant