You have been subscribed to a public bug:
assignment/core.py:
def _get_group_project_roles():
...
metadata_ref = self._get_metadata(
group_id=x['id'],
domain_id=project_ref['domain_id'])
self._get_metadata() gets called with user_id=None
assignment/backends/ldap.py:
def _get_metadata():
...
if (not self.get_project(tenant_id) or
user_id and not self.identity_api.get_user(user_id)):
self.identity_api.get_user(user_id) raises "Could not find user" since
user_id = None
** Affects: keystone
Importance: Undecided
Status: New
--
Authorization Failed: Could not find user, None. (HTTP 404)
https://bugs.launchpad.net/bugs/1204221
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp