Comment 1 for bug 791585

Revision history for this message
Bob (rclocal) wrote :

Specifically in the docs ... "5. Create /etc/swift/proxy-server.conf:"

[pipeline:main]
pipeline = healthcheck cache auth proxy-server
*********SHOULD READ**************
[pipeline:main]
pipeline = healthcheck cache swauth proxy-server

and

[filter:swauth]
user = egg:swift#swauth
# Highly recommended to change this.
super_admin_key = swauthkey
*********SHOULD READ**************
[filter:swauth]
use = egg:swift#swauth
# Highly recommended to change this.
super_admin_key = swauthkey