在App Engine Python 3.7中声明应用程序的身份

时间:2019-04-21 21:24:29

标签: google-app-engine python-3.7

App Engine的Python 2.7运行时非常方便地将应用程序asserting the identity转换为另一个App Engine应用程序。

如上面的链接所述,使用app_identity包的google.appengine.api库,我可以将auth_token插入到urlfetch标头中。收到请求时,我可以验证X-Appengine-Inbound-Appid标头信息。

我了解urlfetchgoogle.appengine.api软件包在Python 3.7运行时中不可用。

我的应用包含几个GAE项目,因此我使用此方法来验证项目之间的api调用的身份(即,对于外部API /服务,我不需要它)。在App Engine的Python 3.7运行时中,推荐这样做的方法是什么?

0 个答案:

没有答案