Password Encryption in jboss-ejb-client.properties file in JBoss EAP
Issue
- Password Encryption in
jboss-ejb-client.propertiesfile ? - To lookup EJBs we are using
jboss-ejb-client.propertiesin the standalone client and in this file we are specifying plain text password :
endpoint.name=client-endpoint
remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
remote.connections=default
remote.connection.default.host=localhost
remote.connection.default.port=4447
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
remote.connection.default.username=admin
remote.connection.default.password=admin
- Is there any way to specify some encrypted password in
remote.connection.default.passwordproperty? - Is there any mechanism I can use an encrypted password in the client-side configuration file (jboss-ejb-client.properties).
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.