Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/keystone/+spec/periodically-flush-expired-token. Description: Now we need the deployer to add a cron-like job to call 'keystone-manage token_flush' to remove the expired token records in the token backend (kvs, mysql, memcache, etc) so that the token persistence mechanism will not be filled up with expired tokens. This BP adds a periodic thread in keystone-all process, which will run at a configurable interval to flush the expired token from DB. The interval should be configured more than CONF.token.expiration (86400). If the configured value is no more than 0, the periodic thread will not run. It also flushes the oauth token. Specification URL (additional information): None