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
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
This commit is contained in:
parent
037885349c
commit
f09d63d954
|
|
@ -52,8 +52,8 @@ steps:
|
||||||
- '--project=${PROJECT_ID}'
|
- '--project=${PROJECT_ID}'
|
||||||
- '--service-account=${_MCP_SA}'
|
- '--service-account=${_MCP_SA}'
|
||||||
- '--set-env-vars=GOOGLE_CLOUD_PROJECT=${PROJECT_ID},OPAX_BASE_URL=https://opax.vauco.no'
|
- '--set-env-vars=GOOGLE_CLOUD_PROJECT=${PROJECT_ID},OPAX_BASE_URL=https://opax.vauco.no'
|
||||||
- '--set-secrets=MCP_SECRET=mcp-server-key:latest'
|
- '--update-secrets=MCP_SECRET=mcp-server-key:latest'
|
||||||
- '--no-allow-unauthenticated'
|
- '--allow-unauthenticated'
|
||||||
- '--port=8080'
|
- '--port=8080'
|
||||||
- '--memory=512Mi'
|
- '--memory=512Mi'
|
||||||
- '--cpu=1'
|
- '--cpu=1'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user