-
Notifications
You must be signed in to change notification settings - Fork 559
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerstriagedScoped and ready for workScoped and ready for work
Description
TL;DR
For using direct VPC egress feature of cloud run, cloud run serviceaccount (service-PROJECT_NUMBER@serverless-robot-prod.iam.gserviceaccount.com
) needs roles/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),
to locals.api
in modules/shared_vpc_access/main.tf
will implement this feature.
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerstriagedScoped and ready for workScoped and ready for work