Introducing App Engine Firewall
11–20 of 35 posts
Re: Introducing App Engine Firewall
#12Love it! I was thinking of migrating off GAE for this reason, but now will re-evaluate. One 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 the…
Re: Introducing App Engine Firewall
#13Does AWS offer something similar?
That being said, the simplicity of this product is elegant and solves a lot of use cases without a lot of headache.
Re: Introducing App Engine Firewall
#14Re: Introducing App Engine Firewall
#15Does AWS offer something similar?
Re: Introducing App Engine Firewall
#16This is a good feature. Wish app engine provides capability for blue-green deployments.
Re: Introducing App Engine Firewall
#17Re: Introducing App Engine Firewall
#18Re: Introducing App Engine Firewall
#19Re: Introducing App Engine Firewall
#20However, I wonder if these abstractions are detrimental to developers understanding the underlying technology? I'm not a supremely experienced developer but it takes very little effort to understand, for example, ufw and iptables on Linux distros.
Personally, though I'm (mostly) front end, I spend the majority of my time on the command line. My main editor is vim, I write bash scripts to do what I need instead of manually performing tasks, I often just use `cat` to write files instead of opening my editor, etc.
I found that managing things from the command line such as firewalls, daemons, and other tasks like managing databases, gave me deeper comprehension of what's going on. Are abstractions like this becoming crutches for tomorrows' developers?