.. Warning: Do not edit this file. It is automatically generated from the software project's code and your changes will be overwritten. The tool to generate this file lives in openstack-doc-tools repository. Please make any changes needed in the code, then run the autogenerate-config-doc tool from the openstack-doc-tools repository, or ask for help on the documentation mailing list, IRC channel or meeting. .. _keystone-revoke: .. list-table:: Description of revoke configuration options :header-rows: 1 :class: config-ref-table * - 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.