Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B9CD109C8 for ; Fri, 6 Jun 2014 03:58:09 +0000 (UTC) Received: (qmail 5306 invoked by uid 500); 6 Jun 2014 03:58:02 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 5221 invoked by uid 500); 6 Jun 2014 03:58:02 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 5207 invoked by uid 99); 6 Jun 2014 03:58:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2014 03:58:01 +0000 Date: Fri, 6 Jun 2014 03:58:01 +0000 (UTC) From: "Freeman Fang (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work started] (KARAF-3024) RBAC - Support wildcard in jmx.acl.....cfg filename MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on KARAF-3024 started by Freeman Fang. > RBAC - Support wildcard in jmx.acl.....cfg filename > --------------------------------------------------- > > Key: KARAF-3024 > URL: https://issues.apache.org/jira/browse/KARAF-3024 > Project: Karaf > Issue Type: Improvement > Components: karaf-security > Reporter: Freeman Fang > Assignee: Freeman Fang > Fix For: 2.4.0, 4.0.0, 3.0.2 > > > 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 > {code} > jmx.acl.org.apache.activemq.Broker._.Health.cfg > {code} > here the "_" is just a placeholder and can match all brokers -- This message was sent by Atlassian JIRA (v6.2#6252)