Audit & Observability
Overview
The Audit Collector is a centralized service that captures authorization decision events from across the Keymate platform. It provides gRPC and REST APIs for event ingestion, stores audit records persistently, and supports time-range queries for compliance reporting and debugging.
When to Read This Section
When you need to understand how Keymate captures and queries audit trails for authorization decisions, compliance, or troubleshooting.
Who Should Start Here
- Developers integrating audit logging into services
- Operators deploying and monitoring the Audit Collector
- Architects designing observability pipelines
- Compliance teams querying audit trails
Key Topics
- Audit event model and log types
- gRPC and REST API endpoints
- Time-range queries and pagination
- Observability integration
- Storage and querying patterns
Representative Journeys
- I want to understand the Audit Collector architecture → Overview
- I want to learn about audit event structure → Overview — Audit Event Model
- I want to query audit logs → Overview — API Reference
Recommended Reading Order
- Overview — Architecture, API, and configuration