OSVauco/cloud-build-a2h2a-test.yaml
Chris Christiansen 004267689c
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
feat(a2h2a): auth, CSRF, logging fixes + test updates
2026-09-04 20:38:37 +00:00

28 lines
701 B
YAML

steps:
- name: 'curlimages/curl:7.88.1'
entrypoint: 'sh'
args:
- '-c'
- |
echo "=== A2H2A Integration Test ==="
echo "Sender test ticket til OPAX MCP..."
curl -v -X POST \
https://opax-mcp-357036551735.us-central1.run.app/api/v1/a2h2a/tickets \
-H "X-MCP-Secret: $$MCP_SECRET" \
-H "Content-Type: application/json" \
-d @a2h2a-test-payload.json
echo ""
echo "=== Test fullført ==="
echo "Sjekk Google Chat for melding!"
secretEnv: ['MCP_SECRET']
availableSecrets:
secretManager:
- versionName: projects/propane-will-491900-m5/secrets/mcp-server-key/versions/latest
env: 'MCP_SECRET'
options:
logging: CLOUD_LOGGING_ONLY