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 2021/12/14 03:54:00 UTC

[jira] [Work logged] (ARTEMIS-3574) Allow multiple bindings for embedded webserver

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

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

                Author: ASF GitHub Bot
            Created on: 14/Dec/21 03:53
            Start Date: 14/Dec/21 03:53
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on pull request #3853:
URL: https://github.com/apache/activemq-artemis/pull/3853#issuecomment-993132047


   @MM53, there's a conflict now. It's a simple change from c502e94ade9e050849a2d7fd2431c28ea77f4f0a. Once you resolve the conflict I'll merge the PR. Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

    Worklog Id:     (was: 695498)
    Time Spent: 1h 10m  (was: 1h)

> Allow multiple bindings for embedded webserver
> ----------------------------------------------
>
>                 Key: ARTEMIS-3574
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3574
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: 2.19.0
>            Reporter: Marlon Müller
>            Priority: Minor
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> At the moment it is only possible to configure one binding for the embedded jetty webserver to listen on. It would be great to have the possibility to configure multiple bindings for different war-files in order to serve those files on different ports and allow the usage of http and https at the same time.
> My current problem is the usage of the prometheus metrics plugin. In our setup it is not possible to call the "/metrics" endpoint with SSL enabled. Therefore I would like to define a second binding without SSL enabled for this plugin. Disabling SSL completely is not an option as other endpoints like the jolokia-api and the web-console require some user authentication which should be protected.
> The idea is to move all binding related configuration parameters of the  "web" element and the configured "apps" in "bootstrap.xml" to a new element called "binding" and put a list of those "binding" elements inside the "web" element.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)