Secure Google Cloud Run API Calls with Service Account Auth - n8n Workflow | Neura Market
Secure Google Cloud Run API Calls with Service Account Auth
Securely invoke Google Cloud Run endpoints from n8n using Service Account ID tokens, avoiding public exposure for safe, authenticated API calls.
This workflow provides a secure method to call Google Cloud Run APIs from n8n without making endpoints publicly accessible. It uses a main workflow that invokes a sub-workflow to generate a Google ID token via Service Account authentication, merges it with request context, and sends authenticated HTTP requests to your Cloud Run service. Ideal for running custom logic like scraping or data processing in containerized environments on Cloud Run's free tier.
Benefits include enhanced security throu
Platform
n8n
Category
Utilities
Price
$14.99
Creator
Jordi Faber
Google Cloud Run
Service Account
Authentication
Security
API Calls
JWT
Cloud IAM
n8n Workflow
DevOps
Automation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.