Expand description
Audit — tamper-evident logging of all security events.
SIGIL defines the event schema (concrete struct) and the logger trait. The schema is part of the protocol; the logging backend is implementation-specific.
Structs§
- Action
- Action — what was done.
- Actor
- Actor — who performed the action.
- Audit
Event - A complete SIGIL audit event.
- Execution
Result - Result of an action execution.
Enums§
- Audit
Event Type - Types of security events defined by the SIGIL protocol.
Traits§
- Audit
Logger - Trait for audit logging backends.