You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/12/21 21:55:00 UTC

[jira] [Work logged] (ARTEMIS-3790) Support masked passwords when creating connections

     [ https://issues.apache.org/jira/browse/ARTEMIS-3790?focusedWorklogId=835152&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-835152 ]

ASF GitHub Bot logged work on ARTEMIS-3790:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Dec/22 21:54
            Start Date: 21/Dec/22 21:54
    Worklog Time Spent: 10m 
      Work Description: ryan-highley opened a new pull request, #4320:
URL: https://github.com/apache/activemq-artemis/pull/4320

   Adds standard username and password value unmasking for JMS ActiveMQConnection instances and its subclasses




Issue Time Tracking
-------------------

            Worklog Id:     (was: 835152)
    Remaining Estimate: 0h
            Time Spent: 10m

> Support masked passwords when creating connections
> --------------------------------------------------
>
>                 Key: ARTEMIS-3790
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3790
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 2.19.1
>            Reporter: Apache Dev
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> ActiveMQConnectionFactory#createConnection and similar APIs could accept "masked" passwords.
> This would improve usability in cases where connection password is already stored in masked format.
> For example, a client using TLS and username/password authentication would need to configure the "trustStorePassword" in the brokerURL - which accepts the ENC(...) form - and the connection password - currently not accepting the ENC(...) form.
> Accepting the masked password even for connection creation would improve usability for clients storing masked passwords in configuration files.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)