Scenario - Running Dataflow jobs on project A using a shared VPC to use the region and subnetwork of host project B
On the service account, I have following permission on both project A and B
Compute Admin
Compute Network User
Dataflow Admin
Cloud Dataflow Service Agent
Editor
Storage Admin
Serverless VPC Access Admin
But still I get this error
Workflow failed. Causes: Error: Message: Required 'compute.subnetworks.get' permission for 'projects/<host project>/regions/us-east1/subnetworks/<subnetwork name>' HTTP Code: 403
What am I missing here? or what other permission should this have? Thanks for looking into this.