Hello *,

my customer does not want to have plain-text password in the xbean.xml.
Let's say I'm using this FTP Binding in my Service Unit:

<beans xmlns="http://xbean.org/schemas/spring/1.0";
  xmlns:ftp="http://servicemix.apache.org/ftp/1.0";
  xmlns:sm="http://servicemix.apache.org/config/1.0";
  xmlns:esb="http://esbinaction.com/ftp";>

        <ftp:poller service="esb:ftpPoller"
             endpoint="endpoint"
             targetService="esb:fileSender"
             targetEndpoint="simpleFromFtpSender"
             uri="ftp://bob:123passw...@localhost:2121";
             deleteFile="true"/>
             
        <ftp:sender service="esb:ftpSender"
            endpoint="endpoint" 
            uri="ftp://bob:123passw...@localhost:2121";
            overwrite="true"
            uniqueFileName="osesb"
            uploadSuffix=".tmp" />
</beans>

How would I encrypt / externalize the credentials like user:bob password:
123password in ServiceMix / SU Deployment?

best regards,
\thomas
-- 
View this message in context: 
http://www.nabble.com/Service-Password-encrypted--tp22456075p22456075.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to