Comment 4 for bug 1267096

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/113232
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=00597be4cca64b9aa691d6a135698f09af455cd7
Submitter: Jenkins
Branch: master

commit 00597be4cca64b9aa691d6a135698f09af455cd7
Author: Alexey Miroshkin <email address hidden>
Date: Mon Aug 11 15:39:17 2014 +0400

    Enable filtering of credentials by user ID

    A credentials entity has a user_id attribute. Currently the lack of a
    filter of user_id means that we cannot use the keystone policy file to
    enable users to have access to (only) their credentials. This fix solves
    it by adding such a filter:

    List credentials: `GET /credentials`
    Optional query parameters:
    - `user_id` (string)

    Implements: blueprint filter-credentials-by-user

    Closes-Bug: #1267096

    Change-Id: Iff016fac37b50d55d77ec7511aae4e57af34f08f