Track Impersonation Events
Enable impersonation event tracking using a system property.
Use the glide.audit.track_impersonation system property to enable the tracking of impersonation events in the Audit [sys_audit] table. When set to true, any actions performed via impersonation are recorded as a reference in the sys_audit.user column, providing a clear and traceable audit. When set to false, actions performed via impersonation appear to have been performed by the user being impersonated.
Ensure the glide.audit.track_impersonation system property exists in the System Properties [sys_properties] table and is set to a value of true.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.audit.track_impersonation |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | false |
| Fallback value | false |
| Category | Error handling and logging |
| Security risk |
|
| Functional Impact | When enabled, this property ensures that any actions performed via impersonation are accurately recorded as a reference in sys_audit.user column of the Audit [sys_audit] table. If not enabled, any actions performed via impersonation appear to have been performed by the user being impersonated. |
| Dependencies and prerequisites | None |