feat(tyr): initialize step-ca and update roadmap
This commit is contained in:
parent
dec8b3bad7
commit
6e4fe99cac
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -53,3 +53,4 @@ infrastructure/terraform/tfplan
|
||||||
emma/data/morphic.db
|
emma/data/morphic.db
|
||||||
|
|
||||||
|
|
||||||
|
tyr/certs/ca_password.txt
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,9 @@ This document tracks the high-level goals and future development milestones for
|
||||||
- [x] Scaffold TYR repo structure.
|
- [x] Scaffold TYR repo structure.
|
||||||
- [x] Commit & deploy initial default-deny policy bundle.
|
- [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
|
## Phase 3: Memory Bank & Project Management
|
||||||
- [x] Implement `read_memory_bank` and `write_memory_bank` MCP tools.
|
- [x] Implement `read_memory_bank` and `write_memory_bank` MCP tools.
|
||||||
- [x] Implement `build_and_deploy_service` MCP tool.
|
- [x] Implement `build_and_deploy_service` MCP tool.
|
||||||
|
|
|
||||||
5
tyr/memory_bank/completed.md
Normal file
5
tyr/memory_bank/completed.md
Normal 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.
|
||||||
Loading…
Reference in New Issue
Block a user