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

@ -21,6 +21,10 @@ cd ..
echo "==> Bootstrapping ArgoCD App of Apps..."
make bootstrap
echo ""
echo "==> Building and pushing custom images to ECR..."
make build-mcp-auth-proxy
echo ""
echo "Done! ArgoCD should be available at https://argocd.dumpnet.chat shortly."
echo "Get your password with: make argocd-password"