[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-commits
Subject:    activemq-artemis git commit: adding authorization on default settings
From:       clebertsuconic () apache ! org
Date:       2015-08-31 22:25:27
Message-ID: 79c9f9bf779e4de2bf5c197ab7fc884d () git ! apache ! org
[Download RAW message or body]

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 623b08c0e -> b53cce1c2


adding authorization on default settings

This is because we need that to perform import operations


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b53cce1c
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b53cce1c
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b53cce1c

Branch: refs/heads/master
Commit: b53cce1c24be856e63da1ad840ea52124f2e75fb
Parents: 623b08c
Author: Clebert Suconic <clebertsuconic@apache.org>
Authored: Mon Aug 31 18:24:36 2015 -0400
Committer: Clebert Suconic <clebertsuconic@apache.org>
Committed: Mon Aug 31 18:24:37 2015 -0400

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/etc/broker.xml        | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b53cce1c/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml
                
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml \
b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml
 index 35b7725..3347d85 100644
--- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml
                
+++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml
 @@ -71,6 +71,8 @@ ${cluster-security.settings}${cluster.settings}${replicated.settings}${shared-st
  <permission type="deleteDurableQueue" roles="${role}"/>
             <permission type="consume" roles="${role}"/>
             <permission type="send" roles="${role}"/>
+            <!-- we need this otherwise ./artemis data imp wouldn't work -->
+            <permission type="manage" roles="${role}"/>
          </security-setting>
       </security-settings>
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic