Bug 1119115

Summary: [RFE][python-keystoneclient]: The 'auth' endpoint.
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/python-keystoneclient/+spec/session-auth-endpoint
Whiteboard: upstream_milestone_none upstream_definition_new upstream_status_implemented
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 16:52:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description RHOS Integration 2014-07-14 04:00:35 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-keystoneclient/+spec/session-auth-endpoint.

Description:

When you send a request through a session you specify the type of endpoint you want it to be sent to. At the moment this consists of 'public', 'internal' and 'admin'. When dealing with unscoped tokens (which don't have a service catalog) this isn't sufficient. We need a way to specify that there are certain requests that need to go to the same URL where the authentication was initially retrieved - the auth_url. 

I propose that we add a new endpoint label called 'auth' to the identity plugins and that non-identity plugins will also have to respond to (in whatever manner most appropriate to them) that means the request should be sent to the original authentication URL. 

Specification URL (additional information):

None