SQL token backend does not remove expired tokens from its database

Bug #1008587 reported by Joseph Heck
48
This bug affects 8 people
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Triaged
Medium
Unassigned

Bug Description

hi all

is there anyway to remove those expired tokens in tokens table?

Joseph Heck (heckj)
Changed in keystone:
status: New → Triaged
importance: Undecided → Medium
summary: - SQL token backend does not remove expired tokens from it's database
+ SQL token backend does not remove expired tokens from its database
Aimon Bustardo (aimonb)
no longer affects: ubuntu
Revision history for this message
Alan Pevec (apevec) wrote :

> is there anyway to remove those expired tokens in tokens table?

In mysql: delete from token where expires < now();

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.