What is the python programmatic alternative to the gcloud command line gcloud auth print-identity-token? I am trying to invoke Google Cloud Function by http trigger (only for auth users) and i need to pass the identity token in the Authentication header. I have method which works great when i run the code on GCP app engine. However, i struggle to
Tag: google-iam
Cloud Build service account no access to storage.objects.get
I am trying to get a Google Cloud Functions to print something from a file in a storage bucket. I have the file stored in a bucket, an authenticated service account with Storage Admin, Cloud Run Admin, Service Account User and Cloud Functions Admin and the following python script. I try to deploy this with the following code: To which