You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Stephan Austermühle (Jira)" <ji...@apache.org> on 2020/11/24 15:23:00 UTC

[jira] [Created] (ARTEMIS-3010) Cannot manage local users anymore with Artemis 2.16.0

Stephan Austermühle created ARTEMIS-3010:
--------------------------------------------

             Summary: Cannot manage local users anymore with Artemis 2.16.0
                 Key: ARTEMIS-3010
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3010
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: ActiveMQ-Artemis-Native
    Affects Versions: 2.16.0
            Reporter: Stephan Austermühle
            Assignee: Clebert Suconic


Until Artemis 2.15 it was possible to manage local users [just as describe in the docs|[https://activemq.apache.org/components/artemis/documentation/latest/security.html]:]

{{ {{./artemis user add --user guest --password guest --role admin}}}}

With 2.16, it looks like the broker has to be online before users can be managed:

{{./artemis user add --user guest --password guest --role amq}}
{{Connection brokerURL = tcp://localhost:61616}}{{--user-command-user: is a mandatory property!}}
{{Please provide the username to use for the chosen user command:}}

So, currently, it seems to be impossible to configure admin credentials before starting the broker for the first time.

In case of the behavioral change was intended, please update the docs. Otherwise, it seems to be a bug.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)