← Back to team overview

openstack team mailing list archive

Re: Keystone client auth plugins

 

On 07/18/2013 12:33 AM, Alessio Ababilov wrote:

Hi, Chmouel!

I have seen your commit https://review.openstack.org/#/c/36427/2 introducing auth plugins to keystone client.

I have developed a common API client library that already has auth plugin mechanism found in novaclient. The library can be used in keystone, nova, and glance clients, and now it is accepted to marconi client ( https://github.com/stackforge/python-marconiclient/tree/master/marconiclient/common/apiclient).

The library has several important features:

* reissue authentication request for expired tokens;
* pluggable authentication;
* rich exceptions hierarchy;
* utils for building CLI tools;
* share one token between sessions to different servers (nova, glance, keystone, etc)

The library is ready to use in keystone client.

Could you take a look on it, please?

Alessio Ababilov
Senior Software Engineer
Grid Dynamics



_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
Would it be possible to move that code to Keystone Client? We'd love to use it, but the Keystone team is working on Auth, and to have the auth mechanisms spit out of our project will put a real burden on getting things working and fixed.

References