From 4b1fc88b1e45b28eec89c853b9d4c8dc2521245a Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Mon, 13 Jan 2014 19:38:09 -0500 Subject: [PATCH] Fix up SAIO to use new gatekeeper Fix up the SAIO default proxy-server pipeline to use the new gatekeeper and update to follow the pipeline ordering from proxy sample. Change-Id: Iaa4de7abd7fc557cafe6fe40668973e9fc142ca3 --- doc/saio/swift/proxy-server.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/saio/swift/proxy-server.conf b/doc/saio/swift/proxy-server.conf index 9b3c64920d..7a52c49deb 100644 --- a/doc/saio/swift/proxy-server.conf +++ b/doc/saio/swift/proxy-server.conf @@ -8,7 +8,7 @@ eventlet_debug = true [pipeline:main] # Yes, proxy-logging appears twice. This is so that # middleware-originated requests get logged too. -pipeline = catch_errors healthcheck proxy-logging bulk ratelimit crossdomain slo cache tempurl tempauth staticweb account-quotas container-quotas proxy-logging proxy-server +pipeline = catch_errors gatekeeper healthcheck proxy-logging cache bulk slo ratelimit crossdomain tempurl tempauth staticweb container-quotas account-quotas proxy-logging proxy-server [filter:catch_errors] use = egg:swift#catch_errors @@ -53,6 +53,9 @@ use = egg:swift#container_quotas [filter:cache] use = egg:swift#memcache +[filter:gatekeeper] +use = egg:swift#gatekeeper + [app:proxy-server] use = egg:swift#proxy allow_account_management = true