6953de9caa
Change-Id: I0a4238052b65880e0da4f28268d00349765899fc
31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<table rules="all" xml:id="config_table_keystone_fernet_tokens">
|
|
<caption>Description of Fernet tokens configuration options</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[fernet_tokens]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>key_repository</option> = <replaceable>/etc/keystone/fernet-keys/</replaceable></td>
|
|
<td>(StrOpt) Directory containing Fernet token keys.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>max_active_keys</option> = <replaceable>3</replaceable></td>
|
|
<td>(IntOpt) This controls how many keys are held in rotation by keystone-manage fernet_rotate before they are discarded. The default value of 3 means that keystone will maintain one staged key, one primary key, and one secondary key. Increasing this value means that additional secondary keys will be kept in the rotation.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|