限制对Google Endpoint网址的访问权限

时间:2018-03-05 18:28:10

标签: google-app-engine google-cloud-endpoints openapi

我正在尝试构建服务API调用服务。我正在使用带有开放API的Google端点。

我的问题是在添加" securityDefinitions之后:"我仍然可以在没有身份验证的情况下访问端点。 (能够从任何地方访问它)

如何确保只有具有特定服务帐户的计算引擎才能访问REST API。

<style lang="scss" scoped>
...
</style>

<style>
    .md-button-content {
       color: #E3F2FD;
    }
</style>

0 个答案:

没有答案