[
https://issues.apache.org/jira/browse/ARTEMIS-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17253594#comment-17253594
]
ASF subversion and git services commented on ARTEMIS-3041:
----------------------------------------------------------
Commit 0456b8845a816f6183e4eaac025c3d2d66e17f29 in activemq-artemis's branch
refs/heads/master from Domenico Francesco Bruscino
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=0456b88 ]
ARTEMIS-3041 Allow encrypted data source property values
> Allow encrypted data source property values
> -------------------------------------------
>
> Key: ARTEMIS-3041
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3041
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Domenico Francesco Bruscino
> Assignee: Domenico Francesco Bruscino
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Allow the `value` attribute of the `data-source-property` element to contain
> encryped password as for other configuration elements, ie:
> {code:java}
> <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>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)