feat(tyr): create secret and stage rotation policy
This commit is contained in:
parent
305dbfc31a
commit
e5c63e8e6b
|
|
@ -27,6 +27,7 @@ This document tracks the high-level goals and future development milestones for
|
|||
- [x] Implement `build_and_deploy_service` MCP tool.
|
||||
- [ ] Implement `get_project_status` and `append_project_task` MCP tools.
|
||||
|
||||
## Phase 4: Autonomous Operation
|
||||
- [ ] Implement proactive project status reporting.
|
||||
- [ ] Develop agentic workflows for self-healing and automated deployment.
|
||||
## Phase 4: Data, Secret & CMEK Governance
|
||||
- [~] Transition secrets to GCP Secret Manager (staged, pending rotation config).
|
||||
- [ ] Enforce Customer-Managed Encryption Keys (CMEK) for Artifact Registry, Storage Buckets, and Cloud Run.
|
||||
- [ ] Configure BigQuery real-time audit log streaming and setup `query_tyr_audit` MCP tool.
|
||||
|
|
|
|||
|
|
@ -35,3 +35,7 @@
|
|||
- **Phase 3: Workload Security**
|
||||
- Status: **Complete**
|
||||
- Notes: Created SPIFFE workload entry for Ollama, completing the foundational step for mTLS.
|
||||
|
||||
- **Task 4.1: Create Auto-Rotating Secret**
|
||||
- Status: **Staged**
|
||||
- Notes: Secret `tyr-api-credentials` created, but auto-rotation could not be configured via gcloud.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user