chore(release): v9.3.0 — audit visibility#428
Merged
Conversation
…udit read/report/export API
v9.3.0 makes governed activity visible end to end. Requests that carry a developer/session identity now propagate it into the canonical audit row, a read-only report/export API exposes the audit trail, and Claude Code governed traffic is brought into the same view via a Grafana dashboard. One additive migration; the new endpoints are backward-compatible and the rest are behavior-preserving fixes.
Highlights:
- Per-developer and per-session identity flows through to the canonical audit row (X-User-Email / X-Session-Id); migration core/129 adds the nullable audit_logs.session_id column.
- Audit read/report/export API: GET /api/v1/audit/{id}, POST /api/v1/audit/report (per-action counts + top policies), POST /api/v1/audit/export (streamed, redaction preserved, truncation header). Redacted values are served as stored — no unmask path.
- Claude Code Grafana dashboard + a bounded decision origin metric label, so decision volume can be sliced by call origin without unbounded cardinality.
- Fixed: policy action override on the static/system path (allow-flip guard; the redundant dynamic-override path removed); cross-tenant static-policy read/write isolation; Executions and Approvals no longer 500 on legitimately-NULL columns; agent/orchestrator Grafana blocked/allowed panels query the real metric names.
Migration: additive — core/129 adds the nullable audit_logs.session_id column.
Full notes: https://docs.getaxonflow.com/docs/releases/v9-3-0
Signed-off-by: AxonFlow Team <bot@getaxonflow.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync from Enterprise Repository
This PR syncs changes from the enterprise repository to the Community repository.
Summary
Review Checklist
Auto-generated by sync-community-repo workflow (ADR-016)