Google App Engine Firewall: Restrict access to all services but the default one

后端 未结 1 1374
北荒
北荒 2020-12-31 08:44

I have a GAE project (flexible) consisting of 1 default and 2 subservices:

  • foo.appspot.com
  • service1.foo.appspot.com
相关标签:
1条回答
  • 2020-12-31 09:10

    App engine Flex environment is built on the Google Compute Engine and consequently, it supports the Virtual Private Cloud networking system. With the VPC networks, you can configure firewall rules that would use Instance Tags to determine the target or source component in a firewall rule. Hence, you simply have to configure the app.yaml files of the target service/version to use the appropriate instance tags.

    0 讨论(0)
提交回复
热议问题