Remove tempauth allowed_sync_hosts conf option
Seems we missed these references when committing
357b12dc2b
DocImpact
Change-Id: Ia226ce1d63e52769bc067d50ec4704cea4e11c5c
This commit is contained in:
parent
0dfd705b98
commit
85529531d6
@ -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_<account>_<user>\fR
|
||||
Lastly, you need to list all the accounts/users you want here. The format is:
|
||||
user_<account>_<user> = <key> [group] [group] [...] [storage_url]
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user