Activity log for bug #1784536

Date Who What changed Old value New value Message
2018-07-31 04:07:52 Bi wei bug added bug
2018-07-31 04:09:43 wangxiyuan summary Identity API v3 (CURRENT) : POST method for "Password authentication with scoped authorization" returns message: "object of type 'NoneType' has no len()" when sets "default" for "project" issue token with project-scope get error: "object of type 'NoneType' has no len()"
2018-07-31 04:10:39 wangxiyuan description /v3/auth/tokens POST method for "Password authentication with scoped authorization". When sets project-scoped with project ID : "default" as following: { "auth": { "identity": { "methods": [ "password" ], "password": { "user": { "id": "a83947b5fc594f3ca92f1f2f254f6459", "password": "devstack" } } }, "scope": { "project": { "id": "default" } } } } It returns: { "error": { "message": "object of type 'NoneType' has no len()", "code": 400, "title": "Bad Request" } } This message is unreadable for users. /v3/auth/tokens POST method for "Password authentication with scoped authorization". When sets project-scoped with project ID key but the value is a domain id as following: {     "auth": {         "identity": {             "methods": [                 "password"             ],             "password": {                 "user": {                     "id": "a83947b5fc594f3ca92f1f2f254f6459",                     "password": "devstack"                 }             }         },         "scope": {             "project": {                 "id": "default"             }         }     } } It returns: {     "error": {         "message": "object of type 'NoneType' has no len()",         "code": 400,         "title": "Bad Request"     } } This message is unreadable for users.
2018-07-31 05:52:29 Deepak Mourya bug added subscriber Deepak Mourya
2018-07-31 06:16:31 Bi wei keystone: assignee Bi wei (biwei)
2018-07-31 09:59:33 OpenStack Infra keystone: status New In Progress
2018-08-02 03:40:52 wangxiyuan keystone: importance Undecided Low
2018-08-02 22:01:39 Lance Bragstad keystone: milestone rocky-rc1
2018-08-14 12:35:07 OpenStack Infra keystone: status In Progress Fix Released