Files
openstack-manuals/doc/config-reference/source/tables/keystone-fernet_tokens.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

1.1 KiB

Description of Fernet tokens configuration options
Configuration option = Default value Description
[fernet_tokens]
key_repository = /etc/keystone/fernet-keys/ (StrOpt) Directory containing Fernet token keys.
max_active_keys = 3 (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.