yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #70988
[Bug 1748062] [NEW] idp_id, protocol_id, unique_id and name filter doesn't work for list_users API when domain_specific_drivers_enabled is set
Public bug reported:
When domain_specific_drivers_enabled is set to True, the idp_id,
protocol_id, unique_id and name filter will not work for listing
federated users.
Reproduce:
1. set the domain_specific_drivers_enabled = true, then restart Keystone.
2. try to list the federated users by "idp_id" filter, for example, if you have a federated user whose idp_id is "deamoidp" already, try this: GET /v3/users?idp_id=demoidp
please ensure the user driver is domian aware, that is, should not be
ldap.
Expect: the federated user whose idp_id=demoidp should return.
Actual: Nothing returned.
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1748062
Title:
idp_id, protocol_id, unique_id and name filter doesn't work for
list_users API when domain_specific_drivers_enabled is set
Status in OpenStack Identity (keystone):
New
Bug description:
When domain_specific_drivers_enabled is set to True, the idp_id,
protocol_id, unique_id and name filter will not work for listing
federated users.
Reproduce:
1. set the domain_specific_drivers_enabled = true, then restart Keystone.
2. try to list the federated users by "idp_id" filter, for example, if you have a federated user whose idp_id is "deamoidp" already, try this: GET /v3/users?idp_id=demoidp
please ensure the user driver is domian aware, that is, should not be
ldap.
Expect: the federated user whose idp_id=demoidp should return.
Actual: Nothing returned.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1748062/+subscriptions
Follow ups