From 85529531d6bf097dc805b891787b82758c55ed42 Mon Sep 17 00:00:00 2001 From: gholt Date: Thu, 31 Jan 2013 18:13:19 +0000 Subject: [PATCH] Remove tempauth allowed_sync_hosts conf option Seems we missed these references when committing 357b12dc2ba7b19c66196a573ccb2489d2104b93 DocImpact Change-Id: Ia226ce1d63e52769bc067d50ec4704cea4e11c5c --- doc/manpages/proxy-server.conf.5 | 2 -- etc/proxy-server.conf-sample | 3 --- 2 files changed, 5 deletions(-) diff --git a/doc/manpages/proxy-server.conf.5 b/doc/manpages/proxy-server.conf.5 index 2d077e0e45..47638ff1e0 100644 --- a/doc/manpages/proxy-server.conf.5 +++ b/doc/manpages/proxy-server.conf.5 @@ -143,8 +143,6 @@ The auth prefix will cause requests beginning with this prefix to be routed to the auth subsystem, for granting tokens, etc. The default is /auth/. .IP \fBtoken_life\fR This is the time in seconds before the token expires. The default is 86400. -.IP \fBallowed_sync_hosts\fR -This is a comma separated list of hosts allowed to send X-Container-Sync-Key requests. .IP \fBuser__\fR Lastly, you need to list all the accounts/users you want here. The format is: user__ = [group] [group] [...] [storage_url] diff --git a/etc/proxy-server.conf-sample b/etc/proxy-server.conf-sample index 0bbd92bb5d..6086a87995 100644 --- a/etc/proxy-server.conf-sample +++ b/etc/proxy-server.conf-sample @@ -104,9 +104,6 @@ use = egg:swift#tempauth # to the auth subsystem, for granting tokens, etc. # auth_prefix = /auth/ # token_life = 86400 -# This is a comma separated list of hosts allowed to send X-Container-Sync-Key -# requests. -# allowed_sync_hosts = 127.0.0.1 # This allows middleware higher in the WSGI pipeline to override auth # processing, useful for middleware such as tempurl and formpost. If you know # you're not going to use such middleware and you want a bit of extra security,