Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/keystone/+spec/project-role-lists. Description: This issue appeared during the work on change https://review.openstack.org/#/c/20476/ triggered by Launchpad issue https://bugs.launchpad.net/python-keystoneclient/+bug/1070544. Original request was to teach /users to accept GET-arguments "role" and "tenant". Dolph Matthews suggested adding new resources to v3 Identity API instead of adding functionality to existing V2 API resource. Resources proposed by Dolph Matthews are following: - List users with role on project: GET /projects/{project_id}/roles/{role_id}/users - List groups with roles on project: GET /projects/{project_id}/roles/{role_id}/groups - List users with roles on domain: GET /domains/{domain_id}/roles/{role_id}/users - List groups with roles on domain: GET /domains/{domain_id}/roles/{role_id}/groups This will not fix original problem but v2 API is going to be deprecated but the same request will appear for client working with v3 API and it would be good to remove the obstacle now. Specification URL (additional information): None