yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #29255
[Bug 1430951] [NEW] Revocation causes duplicate events in revocation table
Public bug reported:
Revoke a project scoped token
You see 3 entries in revocation_event table
1) (id, user_id, project_id, role_id, issued_before)
2) (id, user_id,, issued_before)
3) (id, user_id,, issued_before)
2 & 3 are redundant. Definitely 3) is redundant as it is same as 2)
BTW, this from master branch as of 3/11/2015
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1430951
Title:
Revocation causes duplicate events in revocation table
Status in OpenStack Identity (Keystone):
New
Bug description:
Revoke a project scoped token
You see 3 entries in revocation_event table
1) (id, user_id, project_id, role_id, issued_before)
2) (id, user_id,, issued_before)
3) (id, user_id,, issued_before)
2 & 3 are redundant. Definitely 3) is redundant as it is same as 2)
BTW, this from master branch as of 3/11/2015
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1430951/+subscriptions
Follow ups
References