Comment 6 for bug 1250617

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/57492
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=5528f1a5be829b65573d4f527052be6195a96839
Submitter: Jenkins
Branch: master

commit 5528f1a5be829b65573d4f527052be6195a96839
Author: Matthieu Huin <email address hidden>
Date: Wed Nov 20 17:55:49 2013 +0100

    Limited use trusts

    Trusts now have a "remaining_uses" field that tracks how many times
    a trust can still issue a token. It is decremented by 1 each time a
    trust related authentication occurs (call to /auth/tokens), until it
    reaches 0 and no token can be issued through this trust anymore. If
    set to null (default value), trusts can be used indefinitely to
    authenticate.
    This is the client side of the implementation.

    Closes-Bug: #1250617
    Implements: bp trusts-chained-delegation

    Change-Id: Ib035a9772b7f035c3a9af102e8e15a860a96a96d