Skip to content

Commit f7bdc9d

Browse files
authored
fix: status and date on ADR-0007 (#129)
1 parent c6b2a0f commit f7bdc9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

adr/0007-eventcore-as-central-audit-mechanism.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 0007. EventCore as Central Audit Mechanism
22

3-
- Status: proposed
3+
- Status: accepted
44
- Deciders: John Wilger, Claude
5-
- Date: 2025-01-15
5+
- Date: 2025-07-15
66

77
## Context and Problem Statement
88

@@ -97,12 +97,14 @@ Use PostgreSQL triggers to maintain audit tables for all changes.
9797
## Implementation Approach
9898

9999
1. **Event Categories**:
100+
100101
- **Operational Events**: SessionStarted, RequestRecorded, ResponseRecorded
101102
- **Configuration Events**: ApiKeyAdded, ApiKeyRevoked, RateLimitChanged
102103
- **Access Control Events**: ModelAccessGranted, UserPermissionChanged
103104
- **System Events**: ServiceStarted, ServiceShutdown, HealthCheckFailed
104105

105106
2. **Architecture Boundaries**:
107+
106108
- EventCore never touches the proxy request path
107109
- Events emitted to async channels for processing
108110
- Cached projections for frequently accessed configuration

0 commit comments

Comments
 (0)