Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 46FE4200B49 for ; Wed, 3 Aug 2016 20:40:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 457F8160A86; Wed, 3 Aug 2016 18:40:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B0BA7160A5D for ; Wed, 3 Aug 2016 20:40:10 +0200 (CEST) Received: (qmail 90257 invoked by uid 500); 3 Aug 2016 18:40:09 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 90242 invoked by uid 99); 3 Aug 2016 18:40:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2016 18:40:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E912E3839; Wed, 3 Aug 2016 18:40:09 +0000 (UTC) From: jbertram To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #701: ARTEMIS-529 finer-grained security for q... Content-Type: text/plain Date: Wed, 3 Aug 2016 18:40:09 +0000 (UTC) archived-at: Wed, 03 Aug 2016 18:40:11 -0000 GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/701 ARTEMIS-529 finer-grained security for queues This was the simplest way I could think of to implement this feature. It allows a security-setting to match to a particular queue by using the syntax "
." in the match. For example, if two queues A & B each mapped to the same address Z each queue could have independent security-settings by matching "Z.A" and "Z.B". If people are in favor of this implementation then I will write up some documentation and squash that with this commit so don't merge this until there is a satisfactory consensus and docs are written (if necessary). You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-592 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/701.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #701 ---- commit 7f59eac04aad997cba1fc1cd6c9fd14527001fd9 Author: jbertram Date: 2016-07-02T02:18:06Z ARTEMIS-529 finer-grained security for queues ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---