openstack-manuals/doc/common/tables/swift-proxy-server-filter-t...

82 lines
2.6 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- The tool that generated this table lives in the
openstack-doc-tools repository. The editions made in
this file will *not* be lost if you run the script again. -->
<table rules="all">
<caption>Description of configuration options for
<literal>[filter-tempauth]</literal> in <literal>proxy-server.conf</literal>
</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>allow_overrides = true</td>
<td>No help text available for this option.</td>
</tr>
<tr>
<td>auth_prefix = /auth/</td>
<td>The HTTP request path prefix for the auth service. Swift itself reserves anything beginning with the letter `v`.</td>
</tr>
<tr>
<td>reseller_prefix = AUTH</td>
<td>The naming scope for the auth service. Swift</td>
</tr>
<tr>
<td>set log_address = /dev/log</td>
<td>Location where syslog sends the logs to</td>
</tr>
<tr>
<td>set log_facility = LOG_LOCAL0</td>
<td>Syslog log facility</td>
</tr>
<tr>
<td>set log_headers = false</td>
<td>If True, log headers in each request</td>
</tr>
<tr>
<td>set log_level = INFO</td>
<td>Log level</td>
</tr>
<tr>
<td>set log_name = tempauth</td>
<td>Label to use when logging</td>
</tr>
<tr>
<td>storage_url_scheme = default</td>
<td>Scheme to return with storage urls: http, https, or default (chooses based on what the server is running as) This can be useful with an SSL load balancer in front of a non-SSL server.</td>
</tr>
<tr>
<td>token_life = 86400</td>
<td>The number of seconds a token is valid.</td>
</tr>
<tr>
<td>use = egg:swift#tempauth</td>
<td>Entry point of paste.deploy in the server</td>
</tr>
<tr>
<td>user_admin_admin = admin .admin .reseller_admin</td>
<td>No help text available for this option.</td>
</tr>
<tr>
<td>user_test2_tester2 = testing2 .admin</td>
<td>No help text available for this option.</td>
</tr>
<tr>
<td>user_test_tester = testing .admin</td>
<td>No help text available for this option.</td>
</tr>
<tr>
<td>user_test_tester3 = testing3</td>
<td>No help text available for this option.</td>
</tr>
</tbody>
</table>
</para>