Audit Model¶
InfraLynx uses a centralized structured audit log for critical system activity.
Record Shape¶
iduser_idactor_typetenant_idactionobject_typeobject_idmetadatatimestamp
Design Rules¶
- audit records are append-only
- object references are explicit
- metadata stays JSON and event-specific
- write-heavy paths should emit compact records instead of verbose payload mirrors
Covered Activity¶
- authentication events
- CRUD mutations
- job creation and execution
- webhook configuration and delivery
- RBAC administration