docs(04-02): complete security filter chain wiring plan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -43,8 +43,8 @@ Requirements for initial release. Each maps to roadmap phases. Tracked as Gitea
|
||||
|
||||
### Security
|
||||
|
||||
- [ ] **SECU-01**: All API endpoints (except health and register) require valid JWT Bearer token (#23)
|
||||
- [ ] **SECU-02**: JWT refresh flow via `POST /api/v1/agents/{id}/refresh` (#24)
|
||||
- [x] **SECU-01**: All API endpoints (except health and register) require valid JWT Bearer token (#23)
|
||||
- [x] **SECU-02**: JWT refresh flow via `POST /api/v1/agents/{id}/refresh` (#24)
|
||||
- [x] **SECU-03**: Server generates Ed25519 keypair; public key delivered at registration (#25)
|
||||
- [x] **SECU-04**: All config-update and replay SSE payloads are signed with server's Ed25519 private key (#26)
|
||||
- [x] **SECU-05**: Bootstrap token from `CAMELEER_AUTH_TOKEN` env var validates initial agent registration (#27)
|
||||
|
||||
Reference in New Issue
Block a user