Files
alknet/tasks/meta/auth-layer.md
glm-5.1 5c820a41e9 tasks: decompose Phase 0a ADR foundation and mark prior tasks completed
Add 10 new tasks under tasks/architecture/ for Phase 0a (ADR writing):
- 9 ADR tasks (026-034) with dependency-ordered structure
- 1 review checkpoint task before Phase 0b spec writing

ADR dependency graph (3 generations):
  Gen 1 (parallel): 026, 029, 030, 031, 032, 034
  Gen 2 (depends on 029): 027, 028
  Gen 3 (depends on 027+028): 033
  Gen 4: review checkpoint

Also mark all 34 prior implementation tasks as completed — they
were finished but still showing as pending in the taskgraph.
2026-06-07 08:55:33 +00:00

38 lines
1007 B
Markdown

---
id: meta/auth-layer
name: Complete auth layer — error types, key loading, server auth, client auth
status: completed
depends_on:
- auth/error-types
- auth/key-loading
- auth/server-auth-handler
- auth/client-auth-handler
scope: system
risk: medium
impact: phase
level: planning
---
## Description
Meta task that clusters all auth module tasks. Once complete, the auth layer provides key loading from file or memory, server-side Ed25519 key + cert-authority validation, and client-side key-based authentication.
## Acceptance Criteria
- [ ] All auth tasks completed
- [ ] Key loading supports file paths and in-memory data in OpenSSH format
- [ ] Server accepts Ed25519 keys and cert-authority signed certificates
- [ ] Client presents Ed25519 key pairs
- [ ] Error types cover transport, auth, channel, and config failures
## References
- docs/architecture/client.md, docs/architecture/server.md
## Notes
> To be filled by implementation agent
## Summary
> To be filled on completion