From e7fe4dc7234247051826d3c007aab90feb1b8b6e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 21 Jan 2014 20:57:23 +0000 Subject: NO-JIRA: Update security section of HA user doc to mention acl allow all requirement. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560179 13f79535-47bb-0310-9956-ffa450edef68 --- .../book/src/cpp-broker/Active-Passive-Cluster.xml | 61 +++++++++++----------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml index 7e1b905373..116fd8daef 100644 --- a/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml +++ b/qpid/doc/book/src/cpp-broker/Active-Passive-Cluster.xml @@ -310,10 +310,8 @@ ssl_addr = "ssl:" host [":" port]' ha-mechanism MECHANISM - Authentication settings used by HA brokers to connect to each other. - If you are using authorization - () - then this user must have all permissions. + Authentication settings used by HA brokers to connect to each other, + see @@ -791,49 +789,52 @@ NOTE: fencing is not shown, you must configure fencing appropriately for your cl
- Security. + Security and Access Control. - You can secure your cluster using the authentication and authorization features - described in . + You can secure your cluster using the authentication and authorization + features described in . + HA brokers use the credentials set by the following options: - - Backup brokers connect to the primary broker and subscribe for management - events and queue contents. You can specify the identity used to connect - to the primary with the following options: - - - Security options for High Availability Messaging Cluster +
+ HA Security Options - - + + - Security options for High Availability Messaging Cluster + HA Security Options - - ha-username USER - ha-password PASS - ha-mechanism MECH - - - Authentication settings used by HA brokers to connect to each other. - If you are using authorization - () - then this user must have all permissions. - + ha-username USER + User name for HA brokers. + + + ha-password PASS + Password for HA brokers. + + + ha-mechanism MECHANISM + Mechanism for HA brokers.
- This identity is also used to authorize actions taken on the backup broker to replicate - from the primary, for example to create queues or exchanges. + This identity is used to authorize federation links from backup to + primary. It is also used to authorize actions on the backup to replicate + primary state, for example creating queues and exchanges. + + When using an Access Control List the following ACL rule is required + when ha-username=USER + + + acl allow USER@QPID all all +
-- cgit v1.2.1