Bug 780545 (SOA-2978) - FTP password is stored in plaintext (not encrypted) in adapter file jboss-esb.xml, it should be possible to encrypt
Summary: FTP password is stored in plaintext (not encrypted) in adapter file jboss-esb...
Keywords:
Status: ASSIGNED
Alias: SOA-2978
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBossESB
Version: 5.1.0 GA
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: John Graham
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-15 15:47 UTC by Roland Brackmann
Modified: 2011-12-02 14:21 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
all
Last Closed: 2011-06-15 16:09:20 UTC
Type: Feature Request
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-2978 0 Minor Closed FTP password is stored in plaintext (not encrypted) in adapter file jboss-esb.xml, it should be possible to encrypt 2017-11-07 21:43:26 UTC

Description Roland Brackmann 2011-03-15 15:47:28 UTC
Complexity: Low
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000008UO8NIAW&sfdc.override=1
project_key: SOA

It is not possible to use an encrypted FTP password within the FTP adapter (The password is in plaintext).
It should be possible to encryt the password!
See the plaintext password within this extract from an esb file : esbcontent/META-INF/jboss-esb.xml

<ftp-provider name="FTPprovider" hostname="192.168.122.22" >
<ftp-bus busid="helloFTPChannel" >
<ftp-message-filter
  username="ftp_esb"
  password="ftp_esb"
  passive="false"
  directory="ftp_dir"
  input-suffix=".dat"
  work-suffix=".esbWorking"
  post-delete="false"
  post-rename="true"
  post-suffix=".COMPLETE"
  protocol="ftp"
  error-delete="false"
  error-suffix=".HAS_ERROR"
/>
</ftp-bus>
</ftp-provider>

Comment 2 John Graham 2011-06-15 16:09:20 UTC
Please file a support case for this enhancement request.

Comment 3 Rick Wagner 2011-12-02 14:20:54 UTC
Per denial note, we now have a support case to justify this request.  I'll re-open it.  

https://c.na7.visual.force.com/apex/Case_View?id=500A0000008UO8NIAW&sfdc.override=1

SF case 00561240

Thanks,  

Rick

Comment 4 Rick Wagner 2011-12-02 14:21:16 UTC
Help Desk Ticket Reference: Added: https://c.na7.visual.force.com/apex/Case_View?id=500A0000008UO8NIAW&sfdc.override=1



Note You need to log in before you can comment on or make changes to this bug.