Improve device trust audit events when using Jamf sync #49147
Labels
audit-log
Issues related to Teleports Audit Log
devicetrust
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
platform-security
When using Jamf to sync device inventory, the Device Updated audit events show up in the web UI as:
There are a few problems with this:
Clicking the details to see the raw audit event shows something like this:
If you're not an expert in Teleport's source code you probably don't know that
"device_origin": 2
means Jamf, nor do you know whatos_type
anduser_kind
are referring to.Consider marshaling these enums with descriptive strings rather than numbers, and improving the summary description that shows up in the web UI.
The text was updated successfully, but these errors were encountered: