Home > Enterprise >  Schedule a Google Cloud Function with both custom header and OIDC token
Schedule a Google Cloud Function with both custom header and OIDC token

Time:01-05

I have deployed a Google Cloud Function which requires authentication to be executed. Then, I've scheduled this function using Google Cloud Scheduler, and setting authentication through OIDC token, which basically is an authentication header in the HTTP POST scheduled.

Now, I would like to provide some custom parameter to the Cloud Function as well, using the proper header in Cloud Scheduler, but seems not to work.

I'm afraid that is caused by what stated enter image description here

  •  Tags:  
  • Related