Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-3041

Allow encrypted data source property values

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.17.0
    • None
    • None

    Description

      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>
      

      Attachments

        Issue Links

          Activity

            People

              brusdev Domenico Francesco Bruscino
              brusdev Domenico Francesco Bruscino
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 20m
                  1h 20m