Skip to content

Test code for function to function authentication in java

Notifications You must be signed in to change notification settings

anderssonpof/gcp-function-t-function-auth-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP function-function auth

A very simple GCP Function to function authentication example.

Using cloud functions gen1.

General requirements

  • GCP project.
  • Cloud functions API enabled.
  • Permissions to create GCP 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 function to function authentication in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages