[PATCH Audrey 0/2] Two bug fixes for Configserver

gblomqui at redhat.com gblomqui at redhat.com
Fri Dec 16 16:50:00 UTC 2011


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

This is the configserver side of the fix for the 401 responses on HTTP PUT.  The
code on the configserver side needs to be forgiving enough to allow legacy
python OAuth libraries to authenticate.  The legacy OAuth python library (f15
and prior) do not correctly sign the request body of a HTTP PUT.  The newer
OAuth python library (f16+) does correctly sign the entire post body on an HTTP
PUT.

This means that the config server needs to be able to handle both types of
signature calculations when authenticating requests.

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

This patch forces the aeolus-configserver-setup script to wait until selinux and
iptables are configured before attempting to bring up apache.

Pushing both fixes to master.





More information about the aeolus-devel mailing list