Bug 675323

Summary: SPQR-based agents only support ANON and PLAIN authentication methods
Product: Red Hat Enterprise MRG Reporter: Will Benton <willb>
Component: ruby-spqrAssignee: Will Benton <willb>
Status: CLOSED CURRENTRELEASE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 1.3CC: iboverma, ltoscano, matt
Target Milestone: 2.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ruby-spqr-0.3.3-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-27 18:21:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 675324    

Description Will Benton 2011-02-04 21:47:29 UTC
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.