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
    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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to