Pulse/pkg/audit
rcourtman d0ba203203 feat(audit): add comprehensive audit logging system
- Add SQLite-backed audit logger for persistent audit trails
- Implement cryptographic signing for tamper detection
- Add audit log export functionality
- Add webhook notifications for audit events
2026-01-12 15:20:33 +00:00
..
audit.go feat(enterprise): add Advanced Reporting and Audit Webhooks integration 2026-01-09 21:31:49 +00:00
audit_test.go feat(audit): Add audit log API endpoints and UI with signature verification 2026-01-08 19:19:57 +00:00
export.go feat(audit): add comprehensive audit logging system 2026-01-12 15:20:33 +00:00
signer.go feat(audit): add comprehensive audit logging system 2026-01-12 15:20:33 +00:00
signer_test.go feat(audit): add comprehensive audit logging system 2026-01-12 15:20:33 +00:00
sqlite_logger.go feat(audit): add comprehensive audit logging system 2026-01-12 15:20:33 +00:00
sqlite_logger_test.go feat(audit): add comprehensive audit logging system 2026-01-12 15:20:33 +00:00
webhook.go feat(audit): add comprehensive audit logging system 2026-01-12 15:20:33 +00:00