2 Replies Latest reply on May 11, 2018 10:40 AM by pmm

    RBAC hides MBeans in WildFly 12

    pmm

      We are migrating from WildFly 10 to WildFly 12. Suddenly the MBeans in the "jboss.as" and "jboss.as.expr" trees are no longer visible using local JMX tools like VisualVM and Java Mission Control.

       

      Our configuration is like this:

      <access-control provider="rbac">

        <role-mapping>

          <role name="SuperUser">

            <include>

              <group name="AcmeAdmin"/>

            </include>

          </role>

        </role-mapping>

      </access-control>

       

      AcmeAdmin is group provided by your own security realm backed by our own security domain backed by our own login module. None of this has been ported to Elytron but instead uses the now legacy security subsystem. It is however working fine with the web based management console.

       

      Message was edited by: Philippe Marschall XML syntax highlighting was not working