summaryrefslogtreecommitdiff
path: root/qpid/java/broker/etc/broker_example.acl
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/broker/etc/broker_example.acl')
-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 fc650801c8..bb85ef5e57 100644
--- a/qpid/java/broker/etc/broker_example.acl
+++ b/qpid/java/broker/etc/broker_example.acl
@@ -72,6 +72,9 @@ ACL ALLOW-LOG webadmins UPDATE USER
ACL ALLOW-LOG webadmins UPDATE METHOD
+# authorise operations changing broker model
+ACL ALLOW-LOG webadmins CONFIGURE 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"