python-keystoneclient/keystoneclient/v3/contrib
Matthieu Huin 5528f1a5be 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
2014-04-23 10:43:20 +02:00
..
federation Add CRUD operations for Federation Mapping Rules. 2014-04-14 09:31:55 +02:00
__init__.py PEP 8 Public and internal interfaces 2013-10-30 18:55:14 -05:00
endpoint_filter.py Implement endpoint filtering functionality on the client side. 2014-04-15 18:00:16 -07:00
trusts.py Limited use trusts 2014-04-23 10:43:20 +02:00