Access to Google Cloud Tasks from Workers via Workload Identity Federation
I want my worker to schedule a task into Google Cloud Task, but i don't know how to configure it. I've searched for tutorial but only found for AWS or Github Actions. Is it possible to do it with cloudflare workers?
Reference:
https://cloud.google.com/iam/docs/workload-identity-federation
2 Replies
I think it's related to this https://community.cloudflare.com/t/jwt-oidc-token-in-workers/783167
You would have to build your own JWT OIDC token in workers to be able to do something like that