Fernet v2 token response doesn't match v2 uuid token responses
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Identity (keystone) |
Medium
|
Jorge Munoz |
Bug Description
There are several tests in keystone/
The following is a scoped token with UUID as the token provider:
http://
The following is a scoped token with Fernet as the token provider:
http://
Both of those pastes should be the same.
tags: | added: fernet |
Changed in keystone: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in keystone: | |
assignee: | nobody → Jorge Munoz (jorge-munoz) |
status: | Triaged → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 33b50a285a78e76
Author: Jorge Munoz <email address hidden>
Date: Mon Mar 7 23:06:18 2016 +0000
Validate v2 fernet token returns extra attributes
Currently uuid and fernet tokens return different response on
token validation.
Change-Id: I21ad4c007b0bb1
Closes-Bug: #1533794
Changed in keystone: | |
status: | In Progress → Fix Released |
This issue was fixed in the openstack/keystone 9.0.0.0rc1 release candidate.
Fix proposed to branch: master /review. openstack. org/289618
Review: https:/