Identity API v3 (CURRENT) in Identity API Reference

Bug #1633285 reported by jie
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
Wishlist
Praveen N

Bug Description

In the section of "/v3/auth/tokens Password authentication with unscoped authorization", the Request Example( http://developer.openstack.org/api-ref/identity/v3/index.html?expanded=password-authentication-with-unscoped-authorization-detail#request-example) is not correct. The domain id should be changed to domain name as following:
"password": {
                "user": {
                    "name": "admin",
                    "domain": {
                        "name": "default"
                    },
                    "password": "devstacker"
                }
            }

Revision history for this message
Morgan Fainberg (mdrnstm) wrote :

This is not a security bug, it is a documentation bug. I am moving it to non-security-non-private.

information type: Private Security → Public
tags: added: documentation
Praveen N (praveenn)
Changed in keystone:
assignee: nobody → Praveen N (praveenn)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to keystone (master)

Fix proposed to branch: master
Review: https://review.openstack.org/387162

Changed in keystone:
status: New → In Progress
Changed in keystone:
assignee: Praveen N (praveenn) → Steve Martinelli (stevemar)
Changed in keystone:
importance: Undecided → Wishlist
milestone: none → ocata-1
assignee: Steve Martinelli (stevemar) → Praveen N (praveenn)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/387162
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=193915938c1feaae7e3df5ed8c7a4be349a5828a
Submitter: Jenkins
Branch: master

commit 193915938c1feaae7e3df5ed8c7a4be349a5828a
Author: npraveen35 <email address hidden>
Date: Mon Oct 17 10:32:41 2016 +0530

    changed domain id to name in JSON request

    When authenticating, it is more common for a user to supply a name
    for a resource rather than an ID.

    Further, since the bootstrapping command was introduced the "id" of the
    default domain is no longer "default" but rather a UUID.

    Change-Id: Ib75fac089924ab9c513861027f1875058232408e
    Closes-Bug: #1633285

Changed in keystone:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/keystone 11.0.0.0b1

This issue was fixed in the openstack/keystone 11.0.0.0b1 development milestone.

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.