Merge "add docs for swift variables"
This commit is contained in:
commit
fe3eec3cc6
@ -57,11 +57,17 @@
|
||||
<td>logged with access_log_headers=True.</td><td>No help text available for this option</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>reveal_sensitive_prefix=8192</td><td>No help text available for this option</td>
|
||||
<td>reveal_sensitive_prefix=8192</td><td>
|
||||
The X-Auth-Token is sensitive data. If revealed to an unauthorised person,
|
||||
they can now make requests against an account until the token expires.
|
||||
|
||||
Set reveal_sensitive_prefix to the number of characters of the token that are logged.
|
||||
For example reveal_sensitive_prefix=12 so only first 12 characters of the token are logged.
|
||||
Or, set to 0 to completely remove the token.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>log_statsd_valid_http_methods=GET,HEAD,POST,PUT,DELETE,COPY,OPTIONS</td><td>No help text available for this option</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
@ -15,11 +15,27 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>swift_hash_path_suffix=changeme</td><td>No help text available for this option</td>
|
||||
<td>swift_hash_path_suffix=changeme</td><td>
|
||||
A suffix used by hash_path to offer a bit more security when generating hashes for
|
||||
paths. It simply appends this value to all paths; if someone knows this suffix,
|
||||
it's easier for them to guess the hash a path will end up with.
|
||||
New installations are advised to set this parameter to a random secret,
|
||||
which would not be disclosed ouside the organization.
|
||||
The same secret needs to be used by all swift servers of the same cluster.
|
||||
|
||||
Existing installations should set this parameter to an empty string.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>swift_hash_path_prefix=changeme</td><td>No help text available for this option</td>
|
||||
<td>swift_hash_path_prefix=changeme</td><td>
|
||||
A prefix used by hash_path to offer a bit more security when generating hashes for
|
||||
paths. It simply appends this value to all paths; if someone knows this suffix,
|
||||
it's easier for them to guess the hash a path will end up with.
|
||||
New installations are advised to set this parameter to a random secret,
|
||||
which would not be disclosed ouside the organization.
|
||||
The same secret needs to be used by all swift servers of the same cluster.
|
||||
|
||||
Existing installations should set this parameter to an empty string.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</para>
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user