Reviewed: https://review.openstack.org/235214 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=9fc1cc67d993cfa0afc46aaea2802e1c35445f77 Submitter: Jenkins Branch: master
commit 9fc1cc67d993cfa0afc46aaea2802e1c35445f77 Author: Tony Wang <[email protected]> Date: Thu Oct 15 17:00:22 2015 +0800 Add `type' filter for list_credentials_for_user When getting, or operating on a credential, EC2 controller needs to specify it's a ec2 credential, avoiding conflicts with other type of credentials. Closes-Bug: #1506473 Change-Id: Id92fc87bf1be5448aa929224bbce4d3f7f4359b6 ** Changed in: keystone Status: In Progress => Fix Released -- 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/1506473 Title: EC2 controller should not get credentials other than the ones whose type is "ec2" Status in OpenStack Identity (keystone): Fix Released Bug description: The EC2 extension interacts with credential APIs. New credentials created by EC2 extension are with the "type" property, the value is "ec2", but when the credentials are queried, there is no filter for "type", so all credentials satisfied with other criteria (in this case, "user_id") are returned. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1506473/+subscriptions -- 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

