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

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

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.4.0, 3.0.2, 4.0.0.M3
    • Component/s: karaf
    • Labels:
      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

            • Assignee:
              ffang Freeman Fang
              Reporter:
              ffang Freeman Fang
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: