summaryrefslogtreecommitdiff
path: root/qpid/java/broker/etc
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2013-08-02 17:03:34 +0000
committerAlex Rudyy <orudyy@apache.org>2013-08-02 17:03:34 +0000
commit51f0474be31fa69eb4ad64d9417d088ca9ded884 (patch)
treebfa0572d7eb894f1b01847fb1571608c9851f275 /qpid/java/broker/etc
parenta7d9672cc9a81ca78b87d21da75a9ffb164ca60c (diff)
downloadqpid-python-51f0474be31fa69eb4ad64d9417d088ca9ded884.tar.gz
QPID-5037: Move log viewer into a separate tab and add abilities to download logs and filter log entries in the logs table
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1509778 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc')
-rw-r--r--qpid/java/broker/etc/broker_example.acl3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/broker/etc/broker_example.acl b/qpid/java/broker/etc/broker_example.acl
index 6cab707a89..29dca90f15 100644
--- a/qpid/java/broker/etc/broker_example.acl
+++ b/qpid/java/broker/etc/broker_example.acl
@@ -76,6 +76,9 @@ ACL ALLOW-LOG webadmins UPDATE METHOD
# authorise operations changing broker model
ACL ALLOW-LOG webadmins CONFIGURE BROKER
+# authorise operations to view and download broker logs
+ACL ALLOW webadmins ACCESS_LOGS BROKER
+
# at the moment only the following UPDATE METHOD rules are supported by web management console
#ACL ALLOW-LOG webadmins UPDATE METHOD component="VirtualHost.Queue" name="moveMessages"
#ACL ALLOW-LOG webadmins UPDATE METHOD component="VirtualHost.Queue" name="copyMessages"