Define audit.proto #9

Closed
opened 2026-03-08 10:47:25 +01:00 by shahondin1624 · 1 comment

Description

Define the Audit service gRPC interface: Append RPC for writing audit log entries, AuditEntry message with timestamp, actor, action, resource, and session context.

Acceptance Criteria

  • AuditService with Append RPC defined
  • AuditEntry message with all required fields
  • Uses SessionContext from common.proto
  • Proto compiles without errors

Blocked by

## Description Define the Audit service gRPC interface: `Append` RPC for writing audit log entries, `AuditEntry` message with timestamp, actor, action, resource, and session context. ## Acceptance Criteria - [ ] `AuditService` with `Append` RPC defined - [ ] `AuditEntry` message with all required fields - [ ] Uses `SessionContext` from common.proto - [ ] Proto compiles without errors ## Blocked by - #8
shahondin1624 added this to the Phase 1: Proto Definitions milestone 2026-03-08 10:47:25 +01:00
Author
Owner

Implemented in PR #102. AuditService with Append RPC, AuditEntry message, AuditAction enum. All lint/build checks pass.

Implemented in PR #102. AuditService with Append RPC, AuditEntry message, AuditAction enum. All lint/build checks pass.
Sign in to join this conversation.