Skip to content

anderssonpof/cloud-run-to-function-auth-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP cloud run-function auth

A very simple GCP cloud run to function authentication example.

Using cloud functions gen1.

General requirements

  • GCP project.
  • Cloud functions API enabled.
  • Cloud run API enabled.
  • Permissions to create GCP cloud run, functions and create service accounts.

Setup script requirements

  • gcloud cli
  • jq

Using the setup script

PROJECT_ID=example-project REGION=europe-west1 ./setup.sh

Using the cleanup script

PROJECT_ID=example-project REGION=europe-west1 ./cleanup.sh

About

Test code for cloud run to function authentication in typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published