Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-3024

RBAC - Support wildcard in jmx.acl.....cfg filename

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.4.0, 3.0.2, 4.0.0.M3
    • karaf
    • None

    Description

      the pattern of jmx.acl.....cfg comes from the jmx ObjectName, basically it's the domain name + property value(the order matters here). Some property value is dynamically created so that the ObjectName could change due to different MBean instance.

      For example, an ObjectName looks like
      org.apache.activemq:type=Broker,brokerName=amq-broker,service=Health
      here the brokerName would change for different amq brokers, so it's better we can provide a way so that one jmx.acl configuration file can match all brokers with service "Health", so the file name could be like

      jmx.acl.org.apache.activemq.Broker._.Health.cfg
      

      here the "_" is just a placeholder and can match all brokers

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            ffang Freeman Yue Fang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: