[
https://issues.apache.org/jira/browse/ARTEMIS-3041?focusedWorklogId=527201&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-527201
]
ASF GitHub Bot logged work on ARTEMIS-3041:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Dec/20 13:51
Start Date: 22/Dec/20 13:51
Worklog Time Spent: 10m
Work Description: fvaleri commented on pull request #3388:
URL: https://github.com/apache/activemq-artemis/pull/3388#issuecomment-749549501
> Many data source properties contain sensitive values, like the username
and the value encryption for the data source properties is optional so I would
not limit what properties the user can encrypt.
Agree, but then we should also update the doc, adding a note about this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 527201)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)