audit-core/audit_core
tegwick b0e6792cf0
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Bound /readyz so kubelet probes cannot hang the Service
/readyz walked the hash chain and opened pooled connections with no
libpq connect_timeout, so a 2s kubelet probe never saw a response and
the pod stayed unready. Informed Decision accept is blocked on that.

Probe health() only, under a 1.5s budget, publish last-known
tamper_evidence, and fail TCP handshake in 1s. Integrity stays on
/v1/integrity.

Assistant: grok
Assistant-Session: 01a0a182-bab7-7f11-b32b-d06f3af52082
2026-09-14 22:13:55 +02:00
..
__init__.py Implement AUDIT-WP-0006 honest operational custody. 2026-08-16 00:24:33 +02:00
__main__.py Add mock file audit backend 2026-06-01 23:44:03 +02:00
attest_publish.py AUDIT-WP-0009 T02/T10 — schedule attestation, and make the §5 check total 2026-09-10 16:39:20 +02:00
cli.py Implement AUDIT-WP-0007 hash-chain integrity. 2026-08-16 01:18:30 +02:00
credentials.py Read mounted DB credentials from a Kubernetes snapshot 2026-08-13 12:25:32 +02:00
ingestion.py Bound /readyz so kubelet probes cannot hang the Service 2026-09-14 22:13:55 +02:00
integrity.py AUDIT-WP-0009-T01 — derive tamper_evidence from live attestation state 2026-09-06 20:34:22 +02:00
interface.py Implement AUDIT-WP-0007 hash-chain integrity. 2026-08-16 01:18:30 +02:00
migrate_store.py Establish pre-production record disposition and add the migration tool 2026-08-10 17:31:18 +02:00
mock_file_backend.py Moved audit forward somewhat 2026-07-04 00:39:03 +02:00
postgres_backend.py Bound /readyz so kubelet probes cannot hang the Service 2026-09-14 22:13:55 +02:00
redaction.py Redact secret-shaped fields by default, countable per field path 2026-08-10 16:02:22 +02:00
senders.py AUDIT-WP-0009 T04/T06/T07 — heartbeats, reconciliation, and a home for findings 2026-09-10 16:43:26 +02:00
sqlite_backend.py AUDIT-WP-0009 T04/T06/T07 — heartbeats, reconciliation, and a home for findings 2026-09-10 16:43:26 +02:00
stream_findings.py AUDIT-WP-0009 T04/T06/T07 — heartbeats, reconciliation, and a home for findings 2026-09-10 16:43:26 +02:00