Pavel Moravec created QPID-5643:
-----------------------------------
Summary: "qpid-route route map" does not pass credentials to other
brokers in the "route map"
Key: QPID-5643
URL: https://issues.apache.org/jira/browse/QPID-5643
Project: Qpid
Issue Type: Bug
Components: Python Tools
Affects Versions: 0.26
Reporter: Pavel Moravec
Assignee: Pavel Moravec
Priority: Trivial
Tool qpid-route supports only ANONYMOUS sasl mech in method mapRoutes.
This results as (although both broker nodes are running with very same ACL
rules and qpid.sasldb):
ExecutionException(error_code=403, command_id=serial(0), class_code=8,
command_code=1, field_index=0, description=u'unauthorized-access: ACL denied
queue create request from anonymous@QPID (qpid/broker/SessionAdapter.cpp:349)',
error_info={}, channel=1, id=serial(0))
The reason is because when qpid-route queries subsequent brokers in the
federation topology, it does not set any credentials (esp. those used for the
first broker).
Trivial fix to follow just passes the credentials and other connection options
to any further broker that the tool connects to.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]