You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2014/02/04 17:10:12 UTC

[jira] [Updated] (AMQ-3555) webconsole should prompt for JMX and JMS credentials

     [ https://issues.apache.org/jira/browse/AMQ-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated AMQ-3555:
-----------------------------

    Component/s: webconsole

> webconsole should prompt for JMX and JMS credentials
> ----------------------------------------------------
>
>                 Key: AMQ-3555
>                 URL: https://issues.apache.org/jira/browse/AMQ-3555
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: webconsole
>    Affects Versions: 5.5.0
>            Reporter: Chris Dolan
>            Priority: Minor
>
> I'm using the ActiveMQ webconsole in Karaf via
>     webbundle:mvn:org.apache.activemq/activemq-web-console/5.5.0/war?Web-ContextPath=/jms-console
> and system properties
>     webconsole.type=properties
>     webconsole.jms.url=tcp://localhost:61616
>     webconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-tsf
>     webconsole.jmx.user=...
>     webconsole.jmx.password=...
> I'm uncomfortable with hard-coding my JMX credentials like this because 1) I have to pick just one user and 2) the webconsole allows anyone to send JMS messages. Instead, I'd like the webconsole to prompt me for username/password (via HTML form or basic-auth) and use those credentials to make a JMX connection per session.
> Furthermore, the org.apache.activemq.web.WebClient doesn't support passing username/password to the JMS ConnectionFactory.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)