-
Story
-
Resolution: Duplicate
-
Major
-
AMQ 7.8.0.GA
-
None
-
False
-
False
-
Undefined
Allow the `value` attribute of the `data-source-property` element to contain encryped password as for other configuration elements, ie:
<data-source-properties> <!-- All configuration options: https://commons.apache.org/proper/commons-dbcp/configuration.html --> <data-source-property key="driverClassName" value="org.apache.derby.jdbc.EmbeddedDriver" /> <data-source-property key="url" value="jdbc:derby:target/derby/database-store;create=true" /> <data-source-property key="username" value="ENC(5493dd76567ee5ec269d11823973462f)" /> <data-source-property key="password" value="ENC(56a0db3b71043054269d11823973462f)" /> <data-source-property key="poolPreparedStatements" value="true" /> <data-source-property key="maxConnLifetimeMillis" value="1800000" /> </data-source-properties>
- duplicates
-
ENTMQBR-4397 FileConfigurationParser Does Not Handle Encrypted / Masked data-source-properties
- Closed