We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected behavior:
The Auto Update auto_update_version and auto_update_config who show their name and a description.
auto_update_version
auto_update_config
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 }
FYI: @hugoShaka
Bug details:
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected behavior:
The Auto Update
auto_update_version
andauto_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.
FYI: @hugoShaka
Bug details:
Add this file autoupdate.yaml
tctl create -f autoupdate.yaml
The text was updated successfully, but these errors were encountered: