V3 Identity API: Password is under user element

Bug #1208277 reported by justinsb
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Opinion
Wishlist
Unassigned

Bug Description

When authenticating using user/password auth, the password is under the user element.

 "password": {
                "user": {
                    "domain": {
                        "id": "1789d1"
                    },
                    "name": "Joe",
                    "password": "secrete"
                }
            }

This is illogical; it should be under the root (password) element, as was the case in V2.

Revision history for this message
Dolph Mathews (dolph) wrote :

Unfortunately it's too late to change this API.

Changed in keystone:
importance: Undecided → Wishlist
status: New → Opinion
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.