Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-299 HTTP Management Interface Configuration
  3. WFCORE-301

Configuration of individual contexts for http management interface.

    XMLWordPrintable

Details

    Description

      At the moment all management requests are handled over the '/management' context, we also have a '/console' context to serve up the files for the admin console.

      The '/management' context is secured using standard HTTP mechanisms, this decision was taken so that clients could be written in different languages and all they would need to know is how to use standard authentication mechanisms. Due to problems where web browsers could run malicious scripts cross origin resource sharing is completely disabled for this context.

      We need to start to open up the handling of cross origin requests for a couple of reasons: -

      • Enabling Keycloak SSO support.
      • Alternative console distribution options

      The '/management' context is going to be retained as-is for legacy clients, possibly even switched off by default.

      A new context can then be added using non-browser based authentication, this could be SSO Keycloak or could be a form of Digest authentication where the response is handled by the console and not the web browser - either way as the browser is bypassed it is no longer at risk of sending malicious cross origin requests.

      Attachments

        Issue Links

          Activity

            People

              darran.lofthouse@redhat.com Darran Lofthouse
              darran.lofthouse@redhat.com Darran Lofthouse
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: