feat: harden gateway with policy engine, secure tools, and governance docs

This commit is contained in:
2026-02-14 16:05:56 +01:00
parent e17d34e6d7
commit 5969892af3
55 changed files with 4711 additions and 1587 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: help install install-dev test lint format clean build run docker-build docker-up docker-down docker-logs generate-key rotate-key check-key-age
.PHONY: help install install-dev test lint format clean build run docker-build docker-up docker-down docker-logs generate-key rotate-key check-key-age validate-audit
help:
@echo "AegisGitea MCP - Available Commands"
@@ -54,13 +54,13 @@ build:
python -m build
run:
python -m aegis_gitea_mcp.server
python3 -m aegis_gitea_mcp.server
docker-build:
docker-compose build
docker-up:
docker-compose up -d
docker-compose --profile prod up -d
docker-down:
docker-compose down
@@ -82,3 +82,6 @@ rotate-key:
check-key-age:
python3 scripts/check_key_age.py
validate-audit:
python3 scripts/validate_audit_log.py