← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1412447] [NEW] SQL identity driver does't support backend filtering on membership queries

 

Public bug reported:

The SQL identity driver leaves filtering on list_users_in_group and
list_groups_for_user to the controller.  This is probably a reasonable
assumption - although the LDAP driver now does support at least
filtering on list_groups_for_user (this is included in
https://review.openstack.org/#/c/147612/). It would be sensible for SQL
to at least match what LDAP can do (and avoid having to skip the test
related to this in test_backend_sql).

** Affects: keystone
     Importance: Low
         Status: New

** Description changed:

- The SQL identity driver leaves filter on list_users_in_group and
+ The SQL identity driver leaves filtering on list_users_in_group and
  list_groups_for_user to the controller.  This is probably a reasonable
  assumption - although the LDAP driver now does support at least
  filtering on list_groups_for_user (this is included in
  https://review.openstack.org/#/c/147612/). It would be sensible for SQL
  to at least match what LDAP can do (and avoid having to skip the test
  related to this in test_backend_sql).

** Changed in: keystone
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1412447

Title:
  SQL identity driver does't support backend filtering on membership
  queries

Status in OpenStack Identity (Keystone):
  New

Bug description:
  The SQL identity driver leaves filtering on list_users_in_group and
  list_groups_for_user to the controller.  This is probably a reasonable
  assumption - although the LDAP driver now does support at least
  filtering on list_groups_for_user (this is included in
  https://review.openstack.org/#/c/147612/). It would be sensible for
  SQL to at least match what LDAP can do (and avoid having to skip the
  test related to this in test_backend_sql).

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1412447/+subscriptions


Follow ups

References