3scale API Gateway 如何与 portal 通信?

How does 3scale API Gateway communicate with portal?

我正在试用 3Scale API 管理。我想在 Docker 容器中安装 API 网关 运行,并通过 Red Hat 评估使用 3Scale API Portals 进行测试。

几个问题:

API 网关和 API 门户之间的通信是如何完成的?

是 API 网关在启动时从 API 门户请求配置,还是 API 门户将配置推送到网关? 思考的原因是 API 网关在防火墙后面,并且要与互联网(API 门户)通信,它使用代理。

如果 API 网关与 API 门户通信 - 如何在 Docker 中配置代理服务器?

我在另一个论坛得到了答案:

The communication between the API Gateway and the API Manager uses two APIs : - the Service Management API to ask for authorization and report usage - the Account Management API (read-only) to get the list of available APIs and their configuration

The Service Management API is at su1.3scale.net (port 443) whereas the Account Management API is at

The configuration is retrieved by polling the Account Management API.

供参考:https://groups.google.com/forum/#!topic/3scale-api-management-by-red-hat/EXhrVUfKOtY