我可以将多个WSO2 API管理器(AM)与单个WSO2标识服务器(IS)链接吗?

我可以将多个WSO2 API管理器(AM)与单个WSO2标识服务器(IS)链接吗?,wso2,wso2is,wso2-am,Wso2,Wso2is,Wso2 Am,以下链接显示如何使用IS配置单个AM。 IS config.xml文件中的参数https://${gateway server host}:{port}/services/定义了要与其关联的AM URL 我想在没有负载平衡器的情况下将两个不同的API管理器链接到同一个Identity Server,因为这两个AMs将由两个独立的团队处理 注意:它适用于负载平衡器,但这不是我的要求 感谢您的时间:)该配置仅用于在用户角色等更新时删除网关缓存。因此,将此配置为仅指向一个APIM将产生非常小的影响

以下链接显示如何使用IS配置单个AM。

IS config.xml文件中的参数
https://${gateway server host}:{port}/services/
定义了要与其关联的AM URL

我想在没有负载平衡器的情况下将两个不同的API管理器链接到同一个Identity Server,因为这两个AMs将由两个独立的团队处理

注意:它适用于负载平衡器,但这不是我的要求


感谢您的时间:)

该配置仅用于在用户角色等更新时删除网关缓存。因此,将此配置为仅指向一个APIM将产生非常小的影响

编辑:这可能有用。为第二个APIM节点添加新环境

</Environments>
    <Environment type="production" api-console="true">
        <Name>Production Gateway</Name>
        <Description>Production Gateway Environment</Description>
        <ServerURL>https://localhost:9444/services/</ServerURL>
        <Username>admin</Username>
        <Password>admin</Password>
        <GatewayEndpoint>http://localhost:8281,https://localhost:8244</GatewayEndpoint>
    </Environment>
    <Environment type="hybrid" api-console="true">
        <Name>Production and Sandbox</Name>
        <Description>Hybrid Gateway Environment</Description>
        <ServerURL>https://localhost:9445/services/</ServerURL>
        <Username>admin</Username>
        <Password>admin</Password>
        <GatewayEndpoint>http://localhost:8282,https://localhost:8245</GatewayEndpoint>
    </Environment>
</Environments>

生产网关
生产网关环境
https://localhost:9444/services/
管理
管理
http://localhost:8281,https://localhost:8244
生产和沙箱
混合网关环境
https://localhost:9445/services/
管理
管理
http://localhost:8282,https://localhost:8245

该配置仅用于在服务器端更新用户角色等时删除网关缓存。因此,将此配置为仅指向一个APIM将产生非常小的影响

编辑:这可能有用。为第二个APIM节点添加新环境

</Environments>
    <Environment type="production" api-console="true">
        <Name>Production Gateway</Name>
        <Description>Production Gateway Environment</Description>
        <ServerURL>https://localhost:9444/services/</ServerURL>
        <Username>admin</Username>
        <Password>admin</Password>
        <GatewayEndpoint>http://localhost:8281,https://localhost:8244</GatewayEndpoint>
    </Environment>
    <Environment type="hybrid" api-console="true">
        <Name>Production and Sandbox</Name>
        <Description>Hybrid Gateway Environment</Description>
        <ServerURL>https://localhost:9445/services/</ServerURL>
        <Username>admin</Username>
        <Password>admin</Password>
        <GatewayEndpoint>http://localhost:8282,https://localhost:8245</GatewayEndpoint>
    </Environment>
</Environments>

生产网关
生产网关环境
https://localhost:9444/services/
管理
管理
http://localhost:8281,https://localhost:8244
生产和沙箱
混合网关环境
https://localhost:9445/services/
管理
管理
http://localhost:8282,https://localhost:8245

您不能这样做,也不必这样做。您能找到解决此问题的方法吗?用可能的解决方案更新了答案。你不能这样做,也不必这样做。你能找到解决此问题的方法吗?用可能的解决方案更新了答案。