WSO2 CEP编码WSO2适配器中的登录/密码



在(CEP)WSO2适配器登录和密码必须这样写:

<?xml version="1.0" encoding="UTF-8"?>
<outputEventAdaptor name="WSO2_Adaptor" statistics="disable"
  trace="disable" type="wso2event" xmlns="http://wso2.org/carbon/eventadaptormanager">
  <property name="username">admin</property>
  <property name="receiverURL">tcp://localhost:7611</property>
  <property name="password">admin</property>
  <property name="authenticatorURL">ssl://localhost:7711</property>
</outputEventAdaptor>

是否可以编码登录和密码,而不是管理/管理员写编码的参数,例如MD5或其他内容?

在CEP 3.1.0中不支持此功能。但这可以在即将发布的4.0.0版本(即将发布)中可用,其中所有密码字段默认都将加密[1]。

[1] https://wso2.org/jira/browse/cep-1018

最新更新