Read the audit log
Every privileged action in Rakkr writes an audit event — including denied attempts and automated service actions (the scheduler, upload runner, switcher router). The Audit page is your answer to “who changed this, and when?”
Who can do this:
audit:read.
What an event records
- the actor (and their roles),
- the permission that was checked,
- the target resource,
- the outcome —
allowed,denied,failed,succeeded, orpartial, - a reason, correlation IDs, and before/after snapshots for writes.
Find events
- Open Audit in the left nav.
- Filter by actor, action, permission, target, outcome, reason, and time.
- Expand any row to see the full detail, including the before/after values for a change.
- Export the filtered set as a scoped CSV for reporting or archival.
Why this matters
Nothing in Rakkr happens invisibly. Denied attempts are recorded, so you can see
attempted as well as completed actions, and automated actions are attributed
to their service identity (for example system:scheduler). This is the backbone
of Rakkr’s accountability model.
See also
- Manage users · Manage groups & access policies — the access decisions that get audited
- Authentication & RBAC guide — the audit contract