Introducing App Engine Firewall
cloudplatform.googleblog.com
Introducing App Engine Firewall
1–10 of 35 posts
Re: Introducing App Engine Firewall
#2Re: Introducing App Engine Firewall
#3Re: Introducing App Engine Firewall
#4Re: Introducing App Engine Firewall
#5This seems almost perfectly in response to the HN submission on the NYT Games migration to Google Cloud[0], who listed App Engine's lack of a firewall as one of their complaints with the service [0]: https://news.ycombinator.com/item?id=15084728
- NYT Games Team
Re: Introducing App Engine Firewall
#6Re: Introducing App Engine Firewall
#7You were always able to black list IP addresses using dos.yaml ( https://cloud.google.com/appengine/docs/standard/python/conf... ). This seems to be taking that one step further.
Re: Introducing App Engine Firewall
#8One feature request - can we add a URL parameter to the firewall rule? The idea is I want to restrict access to certain URLs to a well-known set of IPs - e.g. I don't want login into admin pages unless coming from a known IP. Is this possible on GAE right now?
I know I can split the service into two (restricted and public) and then firewall the restricted service, but wondering if there's a simple way to parametrize firewall services by URL.
Re: Introducing App Engine Firewall
#9Cool, now give me PHP 7.1