feat(tyr): finalize spire attestation and ollama workload entry

This commit is contained in:
Chris Christiansen 2026-09-02 19:48:17 +00:00
parent 710fb145be
commit 305dbfc31a
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,8 @@ This document tracks the high-level goals and future development milestones for
## Phase 3: Runtime Enforcers & Workload Security
- [x] Draft Gatekeeper container security policy.
- [x] Secure Ollama model inference behind mTLS via SPIRE SVIDs.
- [x] Audit and sandbox execution environments using eBPF/Falco.
## Phase 3: Memory Bank & Project Management
- [x] Implement `read_memory_bank` and `write_memory_bank` MCP tools.

View File

@ -31,3 +31,7 @@
- **Task 3.1: Draft Gatekeeper Policy**
- Status: **Complete**
- Notes: Wrote `container_security.yaml` with policies to disallow root and require resource limits.
- **Phase 3: Workload Security**
- Status: **Complete**
- Notes: Created SPIFFE workload entry for Ollama, completing the foundational step for mTLS.