[google-appengine] Re: Problem with Uptime Check alerts - stackdriver

2020-05-29 Thread 'anarayanaswamy' via Google App Engine
May be it is configuration issue, I would advise to review the uptime configurations again. [1] Note: Dashboards report "no data available" for newly-created uptime checks. This message is removed when the data arrives. The maximum wait time for this stage is 5 minutes. [1]

[google-appengine] Re: Google Cloud Build - build.yaml & app.yaml in a sub directory not building correct source

2020-05-29 Thread 'Alex Fox' via Google App Engine
Yes, I saw that SO issue but I couldn't work out what the correct dir: value should be. In both cases the app deploy successfully but in the second case when accessing the url I receive a 500 error and the deployed code is only ~600 bytes which suggests to me it's deployed an empty folder or

[google-appengine] Re: How GAE services in separate projects communicate through their respective firewall ?

2020-05-29 Thread Zorg
For precision all our services run nodejs Le vendredi 29 mai 2020 13:47:14 UTC+2, Zorg a écrit : > > We have 2 app engine app (flex and standard) running on separate projects > and we want project A to request project B with https to xxx.appspot.com > URL. > > Our firewall on both projects

[google-appengine] Re: How GAE services in separate projects communicate through their respective firewall ?

2020-05-29 Thread 'Olu' via Google App Engine
As you may already know, GCP Projects represent a trust boundary within an organization. Hence, inter-project communication between App Engine services would require Public IP communication or using Shared VPC[1]. There should be no internal communication between App Engine Services over

[google-appengine] Re: Google Cloud Build - build.yaml & app.yaml in a sub directory not building correct source

2020-05-29 Thread 'Olu' via Google App Engine
Hello, Alex Can you please provide the specific error obtained while using your second setup that is failing? This will provide more context. Yes, as indicated in this Stackoverflow link[1], it is necessary to specify the DIR in the Cloudbuild.yaml whenever you are trying to trigger your build

[google-appengine] Re: How to use Cloud Armor with GAE Flex?

2020-05-29 Thread 'Olu' via Google App Engine
For any feature or Nice-to-have features that you would like to see implemented on the Google Cloud Platform or Google App Engine, you can always submit a feature request with detailed information about such features on the GCP issues tracking tool[1][2]. This would be evaluated and

[google-appengine] Google Cloud Build - build.yaml & app.yaml in a sub directory not building correct source

2020-05-29 Thread 'Alex Fox' via Google App Engine
Hey, I'm having trouble setting up my yaml files for google app engine. The configuration works correctly when my app.yaml file is in the root of the project but if it is within a subdirectory it does not build the correct source. I suspect I need to set the `dir:` option in the build config,

[google-appengine] How GAE services in separate projects communicate through their respective firewall ?

2020-05-29 Thread Zorg
We have 2 app engine app (flex and standard) running on separate projects and we want project A to request project B with https to xxx.appspot.com URL. Our firewall on both projects Denies all IPs(*) and whitelisted App Engine internal addresss (10.1.0.41, 0.1.0.40, 10.0.0.1 and 0.1.0.30)

[google-appengine] Problem with Uptime Check alerts - stackdriver

2020-05-29 Thread Sowmiya Ragu
Hi Team, Trying to set up Uptime Check alerts for the App Engine services. When I deploy the service to App Engine sometime it takes nearly 2 hours of time to be available in the Monitoring - Uptime check service list. Also sometimes , existing services gets vanished from the service list.

[google-appengine] Re: How to use Cloud Armor with GAE Flex?

2020-05-29 Thread Cihat Kısa
Thank you for your answer. I use App Engine Firewall, but you can only block and allow IP addresses with it. It doesn't have other features like blocking or allowing by country code, user agent, and request headers. So it's hard to prevent DDOS attacks with only App Engine Firewall since you