]
Brett Meyer updated SRAMP-380:
------------------------------
Fix Version/s: 0.5.0
(was: 0.6.0)
Passwords in clear text when running in Fuse 6.1
------------------------------------------------
Key: SRAMP-380
URL:
https://issues.jboss.org/browse/SRAMP-380
Project: S-RAMP
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Eric Wittmann
Assignee: David virgil naranjo
Fix For: 0.5.0
When we install into JBoss EAP we make sure that we don't have any clear text
passwords in any configuration files. This is made possible by using the Vault, which
allows us to store passwords in the vault and then refer to those vault locations from our
config files.
I don't know if there is something similar to be done in Fuse 6.1
In addition, the login credentials for supported users in EAP are not stored in clear
text (the EAP Application Realm config files store an encrypted version of the
passwords).
In Fuse 6.1 we are storing the login user credentials in a users.properties file in clear
text.