feat: atomically complete match results

This commit is contained in:
Josh Creek
2026-08-31 21:46:32 +01:00
parent 7b6e22292a
commit 307828ff7f
4 changed files with 79 additions and 4 deletions
+3 -2
View File
@@ -54,8 +54,9 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
- [ ] **IN PROGRESS:** Authenticate results with pod/GameServer-bound workload
identity; make identical duplicates idempotent and conflicting results
inert/alerting. Pure Go credential-claim validation, binding, hashing,
reconciliation, and SQL boundaries exist; projected-token/JWT adapters,
trusted-cluster verification, and production alerting remain.
reconciliation, and the atomic receipt/completion/outbox SQL boundary exist;
projected-token/JWT adapters, trusted-cluster verification, rating-lock
integration, and production alerting remain.
- [x] Complete the threat model for forgery, replay, queue/flood/bot abuse,
workload/insider compromise, DDoS, supply chain and denial-of-wallet
([THREAT-MODEL.md](docs/THREAT-MODEL.md)).