docs(gaps): GT-588 criterion 1 — the wire was complete, the switch was missing - #386
Merged
Conversation
…s missing Measured again today. The Tracker side had shipped: a decorator over IAuditEntryRepository, Merkle, COSE_Sign1, an Ed25519 signer, a JSONL ledger and cross-language interop in CI. And nothing was signed anywhere, for a reason that was not in the code — Transparency appeared in no values.yaml, no configmap and no deployment, so an operator holding real keys could only invent a --set over a key that does not exist, which Helm accepts in silence and which enables nothing. tracker#111 makes it operable: declared and OFF, both seeds from an existing Secret, the ledger on a PVC whose absence fails the render, and an operator procedure in the chart README. The criterion stays UNTICKED on purpose. No environment enables it, and doing so needs key custody, which is an owner decision. The honest state is that this went from impossible without touching code to a deployment decision — progress worth recording, not a closure.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
📊 Bilingual Coverage ImpactPR Changes
Repository Coverage
✅ Good: All EN changes have ES counterparts. Generated by GitHub Actions |
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.
Records what
evolith_tracker#111changed, and what it deliberately did not.The wire had shipped: a decorator over
IAuditEntryRepository, Merkle, COSE_Sign1, an Ed25519 signer, a JSONL ledger, cross-language interop in CI. And nothing was signed anywhere, for a reason that was not in the code —Transparencyappeared in novalues.yaml, no configmap and no deployment. An operator holding real keys could only invent a--setover a key that does not exist, which Helm accepts in silence and which enables nothing.It is now declared and off, with both Ed25519 seeds read from an existing Secret, the ledger on a PVC whose absence fails the render, and the operator procedure written down.
Criterion 1 stays unticked. No environment enables it, and doing so needs two distinct seeds in a secret store plus a persistent volume — key custody is an owner decision, not a code change. This went from impossible without touching code to a deployment decision, which is progress worth recording and not a closure.
🤖 Generated with Claude Code