Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-5300

[AMQP 1.0] Some ACL errors are returned as internal error instead of unauthorized error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.25
    • 0.25
    • C++ Broker
    • None

    Description

      It seems when some ACL errors occur, the C++ broker is sometimes using the AMQP 1.0 error code unauthorized-access and sometimes internal-error. For example the "ACL denied queue access" error is amqp:unauthorized-access:

      [0x24ca9d0:0] <- @detach [handle=0, closed=true, error=@error {condition=:"amqp:unauthorized-access", description="ACL denied queue access request from ABCFR_ABCFRALMMACC1@QPID0000 (/home/jakub/qpid/qpid-trunk/cpp/src/qpid/broker/amqp/Authorise.cpp:72)"]]

      But "ACL denied queue create access" is amqp:internal-error:

      [0x1d14b10:0] <- @detach [handle=1, closed=true, error=@error [condition=:"amqp:internal-error", description="unauthorized-access: ACL denied queue create request from ABCFR_ABCFRALMMACC1@QPID0000 (/home/jakub/qpid/qpid-trunk/cpp/src/qpid/broker/Broker.cpp:1295)"]]

      I would expect that all ACL errors should be returned as amqp:unauthorized-access.

      Attachments

        Activity

          People

            gsim Gordon Sim
            scholzj Jakub Scholz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: