Grant network user on shared VPC to service project's cloud run serviceaccount. #926
Labels
enhancement
New feature or request
good first issue
Good for newcomers
triaged
Scoped and ready for work
TL;DR
For using direct VPC egress feature of cloud run, cloud run serviceaccount (
service-PROJECT_NUMBER@serverless-robot-prod.iam.gserviceaccount.com
) needsroles/compute.networkUser
on host project. For now, this module does not support iam permission configuration for cloud run serviceaccount.Terraform Resources
google_project_iam_member
google_compute_subnetwork_iam_member
Detailed design
Adding
"run.googleapis.com": format("service-%[email protected]", local.service_project_number),
tolocals.api
inmodules/shared_vpc_access/main.tf
will implement this feature.Additional information
No response
The text was updated successfully, but these errors were encountered: