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
Cyb3r-Jak3
Cyb3r-Jak35mo ago
You would have to build your own JWT OIDC token in workers to be able to do something like that

Did you find this page helpful?