yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33492
[Bug 1462694] [NEW] python keystone v3 client RoleAssignmentManager needs to pass
Public bug reported:
In order for a Domain Admin to successfully list the role assignments in
the v3 api we need to pass a new request parameter to the api. Horizon
depends on this for domain support.
The call looks like this
GET /v3/role_assignments?scope.domain.id=id&include_subtree
and the results will return all the project role_assignments for the domain id.
This can be further filters by project id in the client code.
This is related to https://bugs.launchpad.net/keystone/+bug/1437407
** Affects: keystone
Importance: Undecided
Assignee: Dan Nguyen (daniel-a-nguyen)
Status: New
** Changed in: keystone
Assignee: (unassigned) => Dan Nguyen (daniel-a-nguyen)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1462694
Title:
python keystone v3 client RoleAssignmentManager needs to pass
Status in OpenStack Identity (Keystone):
New
Bug description:
In order for a Domain Admin to successfully list the role assignments
in the v3 api we need to pass a new request parameter to the api.
Horizon depends on this for domain support.
The call looks like this
GET /v3/role_assignments?scope.domain.id=id&include_subtree
and the results will return all the project role_assignments for the domain id.
This can be further filters by project id in the client code.
This is related to https://bugs.launchpad.net/keystone/+bug/1437407
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1462694/+subscriptions
Follow ups
References