Skip to main content
← Back to list
01Issue
FeatureShippedSwamp ClubPublic
Assigneesstack72

Relationships

#1764 docs: update vault audit trail reference for write operation support

Opened by stack72 · 8/21/2026· Shipped 8/22/2026

What changed

The vault audit trail now records all operations (put, delete, annotate, get), not just reads. Changes in swamp-club/swamp#1745:

  • VaultAuditEntry gained an action field ("get" | "put" | "delete" | "annotate")
  • Write operations (put, delete, annotate) are always audited when an audit repository exists
  • Read operations remain gated by per-vault auditReads flag
  • Audit file prefix changed from vault-reads- to vault-audit- (old files still read for backwards compat)
  • New --action CLI flag to filter by operation type
  • CLI output changed from "vault read(s)" to "vault operation(s)" with action column

Pages to update

content/manual/reference/vaults.md:

  • auditReads field description (line ~106): clarify it only gates read auditing; writes are always audited
  • swamp vault audit-trail section (line ~1158): update description, add --action flag, update example output
  • "Read-Access Audit Trail" section (line ~1199): rename to "Vault Audit Trail", update file naming from vault-reads-* to vault-audit-*, document action field in entry format, document split gating (writes always-on, reads per-vault)

Automoved by swampadmin from https://github.com/swamp-club/swamp/issues/2204

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 5 MOREREVIEW+ 4 MOREPR_MERGED+ 2 MORESESSION_SUMMARIZED

Shipped

8/22/2026, 10:40:33 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack728/22/2026, 10:13:14 PM

Sign in to post a ripple.