yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27581
[Bug 1410415] Re: Role inheritance API is inconsistent with implementation
** Changed in: keystone
Importance: Undecided => Low
** Changed in: keystone
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1410415
Title:
Role inheritance API is inconsistent with implementation
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
When listing effective role assignments, the spec [1] says the ref
should contain inheritance info inside its scope:
"OS-INHERIT:inherited_to": ["projects"]
but in fact the code [2] is implemented without having "projects"
inside a list, that is:
"OS-INHERIT:inherited_to": "projects"
[1] http://specs.openstack.org/openstack/keystone-specs/api/v3/identity-api-v3-os-inherit-ext.html#list-effective-role-assignments
[2] https://github.com/openstack/keystone/blob/master/keystone/assignment/controllers.py#L665-L666
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1410415/+subscriptions
References