Proxy 305 Redirects to Admin API

Bug #843076 reported by klmitch
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
High
Unassigned

Bug Description

The auth_token middleware redirects to the Admin API, which is generally not available to clients. The redirect should point to the Service API of Keystone. This probably needs to be added as a separate configuration setting in the conf file.

Tags: bug
Revision history for this message
klmitch (q-noreply) wrote :

In fact, the 305 is probably an incorrect response! Instead, a 401 should be returned with the header of:

<pre>WWW-Authenticate: Keystone uri="Service URL of Keystone"</pre>

As per issue #132 and associated blueprint.

Revision history for this message
klmitch (q-noreply) wrote :

Code updated to make URL configurable separately from admin endpoint.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.