GitHub user gaohoward opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1771

    ARTEMIS-1600 Support masked passwords in bootstrap.xm and login.config

    We provide a feature to mask passwords in the configuration files.
    However, passwords in the bootstrap.xml (when the console is
    secured with HTTPS) cannot be masked. This enhancement has
    been opened to allow passwords in the bootstrap.xml to be masked
    using the built-in masking feature provided by the broker.
    
    Also the LDAPLoginModule configuration (in login.config) has a
    connection password attribute that also needs this mask support.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gaohoward/activemq-artemis fent908

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1771.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1771
    
----
commit f9f6d907bd9aa23dc4ab93ee209deb80d9a72749
Author: Howard Gao <howard.gao@...>
Date:   2018-01-11T04:07:31Z

    ARTEMIS-1600 Support masked passwords in bootstrap.xm and login.config
    
    We provide a feature to mask passwords in the configuration files.
    However, passwords in the bootstrap.xml (when the console is
    secured with HTTPS) cannot be masked. This enhancement has
    been opened to allow passwords in the bootstrap.xml to be masked
    using the built-in masking feature provided by the broker.
    
    Also the LDAPLoginModule configuration (in login.config) has a
    connection password attribute that also needs this mask support.

----


---

Reply via email to