[PATCH Conductor] Fix for https://bugzilla.redhat.com/show_bug.cgi?id=760377

gblomqui at redhat.com gblomqui at redhat.com
Fri Dec 16 16:42:15 UTC 2011


https://bugzilla.redhat.com/show_bug.cgi?id=760377

This patch uses the OAuth client library to connect to Config Server instead of
using RestClient.

RestClient was not correctly signing the HTTP POST requests when submitting to
config server.  The OAuth server library expected the entire request body to be
signed.  Using the OAuth client library directly signs the entire request body
as expected.

With this patch, the latest version of config server must be used:
aeolus-configserver-0.4.4-2 (or greater)




More information about the aeolus-devel mailing list