We have a problem setting correct firewall rules for our different app-engine services on GCP, as it does't seem to be possible.
Our problem is very simple: we have a default app-engine service that should be publicly accessible and acts as a gateway, and all the other services are only internal and are hosted on the same GCP Project.
We tried to set custom networks tags and rules on the VPC firewall sections, but all of those are overruled by the app-engine firewall. Sadly the latest doesn't allow a per service configuration.
Would you know a simple way to do this? Our only solution by now is to put the gateway on a compute engine or in another GCP project..