Conflicting documention on V3 Identity roles route

Bug #1329884 reported by Erik Ferguson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-api-site
Fix Released
Low
Diane Fleming

Bug Description

http://developer.openstack.org/api-ref-identity-v3.html documents a /v3/users/​{user_id}​/roles route but https://github.com/openstack/identity-api/blob/master/v3/src/markdown/identity-api-v3.md has no mention of such a route.

When I've tried to access the /v3/users/​{user_id}​/roles route using V3 Identity I get a 404, although I can access domain and project role routes ok. I'm not certain if I'm doing something wrong or if this route doesn't actually exist.

Tom Fifield (fifieldt)
affects: openstack-manuals → openstack-api-site
Revision history for this message
Dolph Mathews (dolph) wrote :

This shouldn't affect keystone, as we neither specify nor implement this resource.

The apparently equivalent call that we do implement is:

  GET /v3/role_assignments?user.id={user_id}

https://github.com/openstack/identity-api/blob/master/v3/src/markdown/identity-api-v3.md#list-effective-role-assignments-get-role_assignments

Changed in keystone:
status: New → Invalid
Changed in openstack-api-site:
status: New → Confirmed
tags: added: identity-api
Tom Fifield (fifieldt)
no longer affects: keystone
Revision history for this message
Diane Fleming (diane-fleming) wrote :

This was already fixed

Changed in openstack-api-site:
assignee: nobody → Diane Fleming (diane-fleming)
milestone: none → liberty
importance: Undecided → Low
status: Confirmed → Fix Released
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.