Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 WSO2 中的密钥管理功能(请参阅 wikidocs)。
问题:如果我使用密钥管理功能在一个节点上添加新的密钥库,密钥库是否会复制到集群中的其他节点?
WSO2 产品不支持密钥库的集群部署复制中的 AFAIK。只有 repository/deployment/server 下的文件是同步的。密钥库不在该目录中。因此,作为一种解决方法,您可以将密钥库添加到该目录并在相关配置文件中指向它们。还要注意,如果设置了一个worker manager setup,那么只有manager才能提交,所以修改应该在managers节点中完成。