docs(security): correct example metadata in job-protocol.md to refer to hmac_sig

This commit is contained in:
2026-06-21 10:45:26 +00:00
parent 6a88f10a74
commit 450722b3df
@@ -47,7 +47,7 @@ Reference implementation: [`./scripts/publish_event.py`](./scripts/publish_event
| `job_id` | Subscriber drops any event whose `job_id` it did not subscribe for. | | `job_id` | Subscriber drops any event whose `job_id` it did not subscribe for. |
| `timestamp` | Publisher host clock, **advisory only**. The delegator's timeout is measured from *receive* time, not this field. | | `timestamp` | Publisher host clock, **advisory only**. The delegator's timeout is measured from *receive* time, not this field. |
| `detail` | Generalised text only. **No absolute paths, keys, or tokens.** | | `detail` | Generalised text only. **No absolute paths, keys, or tokens.** |
| `data` | Optional metadata. Production may add `auth_token`, `build_id`, etc. | | `data` | Optional metadata. Production may add `hmac_sig`, `build_id`, etc. |
--- ---