Posted: Wed Mar 13, 2013 4:39 am Post subject: WMB Sercurity identities - Best Practice
Novice
Joined: 13 Aug 2012 Posts: 15
Hi
I recently created a flow wherein I used an FileOutPutNode to write data to a FTP-server.
The flow had to login to the server so I created a security identity with the user and pass. In the future we might have several security identities.
How does one keep track of all the security identities that have been created. I haven't been able to find a command which lists them(not the username or password, just the name of the identity). How does one keep track of the security identities that has been created (I do not want to write them down in a textfile).
Note that if you go digging (and its clearly not a supported method!), you can find your security identities in the broker registry (on a path like:
C:\ProgramData\Application Data\IBM\MQSI\registry\MB8BROKER\CurrentVersion\DSN).
Better to use SFTP and set up SSH keys for the broker to use.
Use of FTP and clear text passwords is both highly insecure and liable to break when the password expires or someone changes it.
Also very good practice to define WMB FTP Server configurable service definitions (which includes SFTP), to externalise the details of where it is connecting to away from the message flow.
So, two things for you to work on - Using SFTP with keys and using WMB FTP configurable service definitions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum