[Bug 1032633] [NEW] Keystone's token table grows unconditionally.
Andrew Glen-Young
1032633 at bugs.launchpad.net
Fri Aug 3 13:40:37 UTC 2012
Public bug reported:
Keystone's `token` table grows unconditionally with expired tokens.
Keystone should provide a backend-agnostic method to find and delete
these tokens. This could be run via a periodic task or supplied as a
script to run as a cron job.
An example SQL statement (if you're using a SQL backend) to workaround
this problem:
sql> DELETE FROM token WHERE expired <= NOW();
It may be ideal to allow a date smear to allow older tokens to persist
if needed.
** Affects: keystone (Ubuntu)
Importance: Undecided
Status: New
** Tags: canonistack
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1032633
Title:
Keystone's token table grows unconditionally.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1032633/+subscriptions
More information about the Ubuntu-server-bugs
mailing list