product-ei
product-ei copied to clipboard
Support for dynamic parameters with inbound endpoints
Description:
Currently EI does support specifying inbound endpoint parameters as registry values.
But in real production environment we cannot use this features for some parameters such as "transport.vfs.FileURI", since we have to save the passwords in the registry to use the aforementioned feature. Therefore IMO we should provide the support to generate such parameters dynamically
ex:
<parameter name="transport.vfs.FileURI">ftp://USER_NAME_FROM_REGISTRY:{wso2:vault-lookup('my.password')}@PATH_FROM_REGISTRY</parameter>
Affected Product Version: EI 6.*
Any Solution for this?