简体   繁体   English

WSO2密钥管理器

[英]WSO2 key manager

I am working on implementing API Manager 1.5.0 in a clustered envrionment. 我正在努力在集群环境中实现API Manager 1.5.0。 The store and publisher are together on one node, the key manager and gateway clustered on other servers. 存储和发布者位于一个节点上,密钥管理器和网关位于其他服务器上。

We have multiple gateway nodes in a cluster (we don't have an ELB but are using DNS round robin entries to balance between IPs). 我们在群集中有多个网关节点(我们没有ELB,但使用DNS轮询条目来在IP之间进行平衡)。

When working through the document: http://docs.wso2.org/display/CLUSTER420/Clustering+API+Manager it indicates that "versions above 1.3 should use the same user store and that Governance Registry and Key Manager should be on the same gateway node." 浏览文档时: http : //docs.wso2.org/display/CLUSTER420/Clustering+API+Manager,它表示“ 1.3版以上的版本应使用相同的用户存储,而Governance Registry和Key Manager应当位于同一存储区网关节点。” Does it mean logically? 这在逻辑上意味着意思吗? Because I'm planning on having a cluster of servers for Gateway and Key Manager products. 因为我打算为网关和密钥管理器产品建立服务器集群。

Prior to API Manager 1.4.0 the publisher and store could use different user stores. 在API Manager 1.4.0之前,发布者和商店可以使用不同的用户商店。 Normally publisher app is used by internal developers of an organisation (due to this the user store being used by publisher can reside in a highly secured network). 通常,组织的内部开发人员使用发布者应用程序(因此,发布者使用的用户存储可以位于高度安全的网络中)。 Since the store app is meant to be used by external users, user store for this can come from a leniently secured network. 由于商店应用旨在供外部用户使用,因此用户商店可以来自一个安全的网络。 Multitenancy was introduced in API Manager 1.4.0. 多租户是在API Manager 1.4.0中引入的。 If API Manager is configured to have several tenants, then it's required to use the same user store for publisher and store. 如果将API Manager配置为具有多个租户,则需要为发布者和商店使用相同的用户商店。 Same is applicable for registry database. 同样适用于注册表数据库。 If you are planning to create a multi tenanted APIManager environment, then publisher, store, key manager and gateway should have governance and config mounts created. 如果您打算创建多租户APIManager环境,则发布者,存储,密钥管理器和网关应创建管理和配置安装。 And the same database should be used as the underlying database. 并且应将相同的数据库用作基础数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM