feat(tyr): initialize step-ca and update roadmap

This commit is contained in:
Chris Christiansen 2026-09-02 18:32:54 +00:00
parent dec8b3bad7
commit 6e4fe99cac
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@ infrastructure/terraform/tfplan
emma/data/morphic.db
tyr/certs/ca_password.txt

View File

@ -6,6 +6,9 @@ This document tracks the high-level goals and future development milestones for
- [x] Scaffold TYR repo structure.
- [x] Commit & deploy initial default-deny policy bundle.
## Phase 1: TYR Service Identity (SPIFFE/SVID)
- [~] Deploy step-ca (staged, pending sudo)
## Phase 3: Memory Bank & Project Management
- [x] Implement `read_memory_bank` and `write_memory_bank` MCP tools.
- [x] Implement `build_and_deploy_service` MCP tool.

View File

@ -0,0 +1,5 @@
# Completed Tasks - TYR
- **Phase 1.1: Deploy step-ca**
- Staged: `step ca init` was successful.
- Pending: Awaiting manual `sudo systemctl enable --now step-ca` execution.