feat(tyr): deploy cloud armor policy and update docs

This commit is contained in:
Chris Christiansen 2026-09-02 19:28:30 +00:00
parent 43d3533c32
commit fdd803d17e
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@ This document tracks the high-level goals and future development milestones for
## Phase 2: Network Hardening & Perimeter Defense
- [x] Establish GCP VPC Service Controls (VPC-SC) perimeter.
- [x] Configure Private Service Connect (PSC) for all Google APIs.
- [x] Deploy Cloud Armor WAF policy.
## Phase 3: Memory Bank & Project Management
- [x] Implement `read_memory_bank` and `write_memory_bank` MCP tools.

View File

@ -19,3 +19,7 @@
- **Task 2.2: Enable Private Google Access**
- Status: **Complete**
- Notes: Enabled Private Google Access on the default subnet in `us-central1`.
- **Task 2.3: Deploy Cloud Armor WAF**
- Status: **Complete**
- Notes: Created `tyr-armor-policy` with XSS, rate-limiting, and default-deny rules.