Files
openstack-manuals/doc/config-reference/source/tables/keystone-revoke.rst
Gauvain Pocentek 0806ec8ea4 [config-ref] Update keystone tables
Change-Id: Id5bb093eb05a38aa0bd4cd11f2c08de9a5f64c46
2017-04-29 17:11:46 +02:00

1.4 KiB

Description of revoke configuration options
Configuration option = Default value Description
[revoke]
driver = sql (String) Entry point for the token revocation backend driver in the keystone.revoke namespace. Keystone only provides a sql driver, so there is no reason to set this option unless you are providing a custom entry point.
expiration_buffer = 1800 (Integer) The number of seconds after a token has expired before a corresponding revocation event may be purged from the backend.
caching = True (Boolean) Toggle for revocation event caching. This has no effect unless global caching is enabled.
cache_time = 3600 (Integer) Time to cache the revocation list and the revocation events (in seconds). This has no effect unless global and [revoke] caching are both enabled.