Add oauth proxy and supporting ecr infra

This commit is contained in:
Ian Keane 2026-08-22 14:33:10 -04:00
parent 675edad612
commit bd1c17b09b
11 changed files with 222 additions and 2 deletions

View file

@ -0,0 +1,11 @@
# mcp-auth-proxy image
Builds [sigbit/mcp-auth-proxy](https://github.com/sigbit/mcp-auth-proxy) v2.10.2 for the dumpnet ECR registry.
To update the version, change `ARG VERSION` in the Dockerfile and rebuild.
## Build & Push
```bash
make build-mcp-auth-proxy
```