[google-appengine] Re: App Engine & Cloud Run in VPC

2022-06-06 Thread 'Ernesto Contreras Pinon' via Google App Engine
The VPC serverless connectors would work well for this purpose, since they are used to connect your serverless services to a VPC with internal IP addresses. This ensures that the connection between the front and back ends goes through the VPC and not the internet. This documentation

[google-appengine] Re: Using pubsub to trigger subsequent cloud build with filtering

2022-06-06 Thread 'Jose Perez Sanchez' via Google App Engine
According to the error message, certain variables aren't sufficiently defined. Could you please check your IAM allocated roles? You should be something close to an "admin." It appears to be a rights-related error. Under Cloud Build, look at the Logging sections. Whether there isn't

[google-appengine] App Engine & Cloud Run in VPC

2022-06-06 Thread 'Stuart Henderson' via Google App Engine
Hi I am setting up a front-end in App Engine which speaks to a back-end in Cloud Run and I'd like all the traffic to be private (internal only). Is it necessary to use a serverless VPC Connector for this? I had pictured just adding these resources to the VPC subnet for the relevant region.