You can use a credential store and reference passwords by their aliases—This is more secure than having plain-text passwords in the standalone.xml file. 
 
  There are several steps to the process; Initially you create, reference, and utilize the credential store. Then you must obfuscate the credential store password, and finally you set Xpress Insight to use the password vault. 
 Add credential store to standalone.xml 
 
 
 
  -  Add the example code shown here to standalone.xmlinside the elytron subsystem block (identified by the line<subsystem xmlns="urn:wildfly:elytron:11.0"...) 
    <credential-stores>
  <credential-store name="store-name" relative-to="jboss.server.data.dir" location="storename.storage" create="true">
      <credential-reference clear-text="store-password"/>
  </credential-store>
</credential-stores>
 
 
-   Save the standalone.xmlfile and restart the Xpress Insight Server.
-   Add a new credential to the store  
    
    Open a command prompt on the machine hosting the Xpress Insight Server and connect to the JBoss CLI using the instruction:  Linux   
     <INSIGHT_HOME>/server/wildfly-x.y.z/bin/jboss-cli.sh --connect
 
 Windows 
     <INSIGHT_HOME>/server/wildfly-x.y.z/bin/jboss-cli.bat --connect
 
 where 
     x.y.z represents the Wildfly version, subversion, and patch numbers. 
      
     
     
      
       
        |  | 
          Note The Wildfly server must be running in order to connect. 
          |  
 
 
 
-  When connected, enter the following command:  
    
    /subsystem=elytron/credential-store=store-name:add-alias(alias=some-alias,secret-value=some-password)
 
 
-  The credential store is now configured and populated with credentials. These credentials can be used within https configuration and datasource configuration instead of plain text passwords within standalone.xml. For more, see Enabling HTTPS with Xpress Insight Server and Securing the PostgreSQL Database Password.
 
                
                    © 2001-2021 Fair Isaac Corporation. All rights reserved. This documentation is the
                    property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not
                    convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except
                    solely for internal evaluation purposes to determine whether to purchase a license to the software
                    described in this documentation, or as otherwise set forth in a written software license agreement
                    between you and FICO (or a FICO affiliate). Use of this documentation and the software described in
                    it must conform strictly to the foregoing permitted uses, and no other use is permitted.