Add audit ids to tokens
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-manuals |
Won't Fix
|
Medium
|
Khushbuparakh |
Bug Description
https:/
commit 56527ee6575455a
Author: Morgan Fainberg <email address hidden>
Date: Thu Aug 14 11:00:36 2014 -0700
Add audit ids to tokens
Add audit identifiers to each token. If the token is a rescoped token
the audit identifier will be a list where index 0 being the token's
audit id and index 1 is the initial token in the chain's audit_id.
If the token is not rescoped, the token's audit_ids will only contain
the audit_id of the token itself (at index 0).
This change is to resolve a method of performing token revocations
on individual tokens without needing to rely on the low
resolution of token expires time.
DocImpact
Change-Id: If5fdf187bd525f
bp: non-persistent-
Changed in openstack-manuals: | |
status: | New → Fix Committed |
Changed in openstack-manuals: | |
importance: | Low → Medium |
Changed in openstack-manuals: | |
milestone: | juno → kilo |
Changed in openstack-manuals: | |
milestone: | kilo → liberty |
Changed in openstack-manuals: | |
milestone: | liberty → mitaka |
Changed in openstack-manuals: | |
assignee: | nobody → khushbu (khushbuparakh) |
Changed in openstack-manuals: | |
milestone: | mitaka → newton |
Changed in openstack-manuals: | |
milestone: | newton → ocata |
Review at https:/ /review. openstack. org/#/c/ 114306/ has closed the Audit Identifiers bug reported here.