← Back to team overview

openstack team mailing list archive

Re: python-keystoneclient 0.2.4 available on pypi

 

Just a small update... the --version flag was broken in 0.2.4 [1], so 0.2.5
has now been released to pypi [2] specifically to fix this issue.

[1]: https://launchpad.net/python-keystoneclient/+milestone/0.2.5
[2]: https://pypi.python.org/pypi/python-keystoneclient/

-Dolph


On Wed, May 29, 2013 at 12:33 PM, Dolph Mathews <dolph.mathews@xxxxxxxxx>wrote:

> python-keystoneclient 0.2.4 is primarily a security & bug fix release [1]
> and is now available on pypi [2].
>
> A few highlights concerning the auth_token middleware:
>
> - Expired PKI tokens are now rejected [3]
> - PKI token revocations lists are now cached using a configurable
> expiration (revocation_cache_time) [4]
> - The signing_dir configuration option now defaults to a secure, temporary
> directory rather than the user's home directory [5]
>
> Additionally, updating a user's password on the CLI can now be done
> securely [6].
>
> [1]: https://launchpad.net/python-keystoneclient/+milestone/0.2.4
> [2]: https://pypi.python.org/pypi/python-keystoneclient
> [3]: https://bugs.launchpad.net/python-keystoneclient/+bug/1179615
> [4]: https://bugs.launchpad.net/python-keystoneclient/+bug/1076083
> [5]: https://bugs.launchpad.net/python-keystoneclient/+bug/1181157
> [6]: https://bugs.launchpad.net/python-keystoneclient/+bug/938315
>
> -Dolph
>

References