Comment 0 for bug 1464377

Revision history for this message
Josh Kleinpeter (jkleinpeter) wrote :

Keystone tokens that are deleted using the v3 api are still accepted by
the v2 api. Steps to reproduce:

1. Request a scoped token as a member of a tenant.
2. Delete it using DELETE /v3/auth/tokens
3. Request the tenants you can access with GET v2.0/tenants
4. The token is accepted and keystone returns the list of tenants

The token was a PKI token. Admin tokens appear to be deleted correctly.
This could be a problem if a user's access needs to be revoked but they
are still able to access v2 functions.