mirror of
https://github.com/anthropics/claude-code.git
synced 2026-08-12 18:03:27 +00:00
Reference artifacts accompanying the Gateway-on-GCP walkthrough (https://code.claude.com/docs/en/claude-apps-gateway-on-gcp), including its Terraform reference section: - setup.sh: scripts the walkthrough end to end via gcloud (APIs, service account, image build/push, private-IP Cloud SQL, secrets, Cloud Run) - Dockerfile: runtime image for the gateway; setup.sh downloads the public release binary and verifies it against the release manifest - gateway.yaml.example: config template (Vertex upstream, Google Workspace IdP) - terraform/: module provisioning the same architecture (Cloud Run track) Provided as a working example to adapt, not a supported production deployment.
Claude Gateway on Google Cloud
Reference deployment artifacts for running Claude Gateway on GCP with Vertex AI as the upstream: Cloud Run or GKE, Cloud SQL for PostgreSQL, Secret Manager, and service-account auth to Vertex AI.
These files are provided as a working example rather than a supported production deployment. Adapt them to your own environment.
- Walkthrough: https://code.claude.com/docs/en/claude-apps-gateway-on-gcp
- Public mirror: https://github.com/anthropics/claude-code/tree/main/examples/gateway/gcp
| File | Purpose |
|---|---|
setup.sh |
Scripts the walkthrough end to end via gcloud |
Dockerfile |
Runtime image for the claude gateway binary |
gateway.yaml.example |
Gateway config template, GCP-shaped (Vertex upstream, Google Workspace IdP) |
terraform/ |
Provisions the full architecture (two-pass apply — see terraform/README.md) |