Deployment
Deployment guide for the Audit Manager — local development with Docker Compose, Helm chart installation, configuration reference, operational runbook, and security considerations.
Local development
With Docker Compose (one command)
docker compose up --buildSmoke test
curl -sX POST http://localhost:8000/v1/auditmanager/events \
-H 'content-type: application/json' -d '{
"specversion": "1.0",
"id": "demo-1",
"source": "/demo",
"type": "org.openg2p.auth.login",
"time": "2026-04-22T14:03:21Z",
"data": {
"actor": { "type": "user", "id": "u_1", "name": "demo" },
"action": "login",
"outcome": "success"
}
}'Running outside Docker
Kubernetes deployment
Prerequisites
Install
Minimal per-environment values file
What the chart provisions, in order
Kafka topic management alternatives
Uninstall
Step
Action
Flag
Default
Purpose
Configuration reference
Environment variables
Variable
Purpose
Default
YAML config
Helm values
Operational runbook
"Audit events are being rejected with 503"
"Consumer lag is growing"
"Schema-invalid events in Kafka"
"Need to investigate a specific incident"
"Need to grow the Kafka partition count"
"Need to change retention"
Security considerations
License
Last updated
Was this helpful?