Hide Forgot
Description of problem: SPQR-based agents only support ANON and PLAIN authentication methods. Version-Release number of selected component (if applicable): ruby-spqr-0.3.2-2 How reproducible: There is no way to explicitly specify an authentication method for connecting to the broker. SPQR will use anonymous mode by default or plain authentication if a username or password are supplied in the constructor to SPQR::App. Expected results: There should be a way to specify a preferred authentication via the SQPR API. Additional info: This bug will likely be easiest to test in the context of a dependent bug.