Define audit.proto #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Define the Audit service gRPC interface:
AppendRPC for writing audit log entries,AuditEntrymessage with timestamp, actor, action, resource, and session context.Acceptance Criteria
AuditServicewithAppendRPC definedAuditEntrymessage with all required fieldsSessionContextfrom common.protoBlocked by
Implemented in PR #102. AuditService with Append RPC, AuditEntry message, AuditAction enum. All lint/build checks pass.