-
-
Notifications
You must be signed in to change notification settings - Fork 1
Implement audit trail for private data access events #38
Copy link
Copy link
Open
Labels
P3-mediumMedium priority - should be completed when possibleMedium priority - should be completed when possibleenhancementNew feature or requestNew feature or requestphase-2-governancePhase 2 - Enhanced governance & process integration (current)Phase 2 - Enhanced governance & process integration (current)zome-personPerson zome - agent identity, profiles, rolesPerson zome - agent identity, profiles, roles
Milestone
Metadata
Metadata
Assignees
Labels
P3-mediumMedium priority - should be completed when possibleMedium priority - should be completed when possibleenhancementNew feature or requestNew feature or requestphase-2-governancePhase 2 - Enhanced governance & process integration (current)Phase 2 - Enhanced governance & process integration (current)zome-personPerson zome - agent identity, profiles, rolesPerson zome - agent identity, profiles, roles
Type
Projects
Status
Backlog
Overview
Implement an audit trail system that logs all private data access events (grants, access, revocations) for compliance and governance purposes.
Background
The capability-based sharing system (#27) handles grant/access/revocation but does not log these events for auditing. The original design included an
audit_and_notifications.rsmodule that was never implemented.Implementation
Create audit logging for:
Consider using Holochain entries or signals for audit events.
Files to Create/Modify
dnas/nondominium/zomes/coordinator/zome_person/src/audit_and_notifications.rs(new)dnas/nondominium/zomes/coordinator/zome_person/src/lib.rs(register module)dnas/nondominium/zomes/integrity/zome_person/src/lib.rs(audit entry types if needed)Acceptance Criteria
Related