yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #29182
[Bug 1430062] [NEW] Fernet token response has wrong methods
Public bug reported:
If you validate fernet token, the token response has 2 methods. Since
the token is obtained using the "password" method, the response should
only have "password" method
ex - token response
"expires_at": "2015-03-14T03:06:39Z",
"extras": {},
"issued_at": "2015-03-09T23:06:39Z",
"methods": [
"password",
"token"
],
** 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/1430062
Title:
Fernet token response has wrong methods
Status in OpenStack Identity (Keystone):
New
Bug description:
If you validate fernet token, the token response has 2 methods. Since
the token is obtained using the "password" method, the response
should only have "password" method
ex - token response
"expires_at": "2015-03-14T03:06:39Z",
"extras": {},
"issued_at": "2015-03-09T23:06:39Z",
"methods": [
"password",
"token"
],
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1430062/+subscriptions
Follow ups
References