fix(auth): Allow unauthenticated invocations and secure INTERNAL_API_KEY
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run

This commit is contained in:
Gemini Agent 2026-07-21 09:36:36 +00:00
parent 037885349c
commit f09d63d954

View File

@ -52,8 +52,8 @@ steps:
- '--project=${PROJECT_ID}'
- '--service-account=${_MCP_SA}'
- '--set-env-vars=GOOGLE_CLOUD_PROJECT=${PROJECT_ID},OPAX_BASE_URL=https://opax.vauco.no'
- '--set-secrets=MCP_SECRET=mcp-server-key:latest'
- '--no-allow-unauthenticated'
- '--update-secrets=MCP_SECRET=mcp-server-key:latest'
- '--allow-unauthenticated'
- '--port=8080'
- '--memory=512Mi'
- '--cpu=1'