-
Task
-
Resolution: Done
-
Major
-
AMQ 7.2.2.GA
-
Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration, User Experience
-
broker encryption does not extend to the databaseStoreType
No way to add encrypted values particularly the password into the <xsd:complexType name="databaseStoreTypeā€¯>
also Extend the databaseStoreType to support extraction of username and password without having to enter it all together in the jdbc-connection-url
also
Scenario 1: When the broker is unable to connect to the database store an ERROR is dumped in the log.
The AbstractJDBCDriver.java simply outputs whatever exists in the jdbcConnectionUrl. This violates confidentiality concerns since the username and password is configured as part of the jdbcConnectionUrl.
Scenario 2: When the broker connects to the database, the log file also shows username and password as part of the Broker Configuration output in the INFO scope
Options
- clones
-
ENTMQBR-2345 Enhancements to the databaseStoreType
- Closed