fix: verify signed assignment rosters

This commit is contained in:
Josh Creek
2026-09-01 09:53:45 +01:00
parent 55e07648cf
commit 8b5b5333c6
4 changed files with 32 additions and 8 deletions
+3 -2
View File
@@ -58,8 +58,9 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
fencing; `server/agones` now submits and validates namespaced
`GameServerAllocation` responses, including dynamic address/port data;
`server/allocator` now requires provider allocation reconciliation into the
durable registry before returning an endpoint; signed roster publication and
live Agones integration remain.
durable registry before returning an endpoint; durable roster publication
now verifies canonical join-authorisation signatures before exposing player
rows; live Agones integration remains.
- [ ] **IN PROGRESS:** Run the Go control plane against PostgreSQL/Redis with
independently runnable API, matcher, allocator and maintenance roles. The
`cmd/control-plane` API role now opens PostgreSQL, applies migrations, wires