Hi Ryan,
Currently it's not possible to crypt the content of the properties file.
Guillaume has worked on this topic for SMX4:
http://issues.apache.org/activemq/browse/SMX4KNL-162
Use SMX3, you can setup the JAAS conf/login.properties to add new
connector in the servicemix-domain security domain.
Using this JAAS connector, you can store your principal/credential into
a database (via JDBC) or create your own connector.
Regards
JB
Ryan Moquin wrote:
In servicemix, is there anyway to encrypt the password in the
users-passwords.properties file? Is there a way to put the security
credentials such as users, roles and passwords into a database or some other
store so that it would be easier to manage those credentials? Is that
something you would plug a custom AuthenticationService into security.xml
for? Or are there other options available for security.xml that aren't as
obvious?
Thanks!
Ryan