Bug 1041846 - [RFE][python-keystoneclient]: Use common connection and auth plugin
Summary: [RFE][python-keystoneclient]: Use common connection and auth plugin
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/pyth...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 19:41 UTC by RHOS Integration
Modified: 2015-03-19 17:22 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:22:23 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 19:41:05 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-keystoneclient/+spec/auth-plugins.

Description:

Nova and other clients have the concept of a basic connection class that provides authorization and then can be shared amongst all clients. This provides many benefits including http sessions, easily sharing tokens between clients, caching etc. 

We should do this in keystoneclient so that we can be in control of the session class for adding things like kerberos when they are required. 

This is essentially the same as https://blueprints.launchpad.net/python-keystoneclient/+spec/keystoneclient-auth-system except we are currently just concerned with the architecture.

Specification URL (additional information):

https://etherpad.openstack.org/keystoneclient-auth-system


Note You need to log in before you can comment on or make changes to this bug.