Comment 2 for bug 1418440

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/153174
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f9ceb2d86ab8d8adbfc28040071f7ac8a0731fb1
Submitter: Jenkins
Branch: master

commit f9ceb2d86ab8d8adbfc28040071f7ac8a0731fb1
Author: Jamie Lennox <email address hidden>
Date: Thu Feb 5 09:25:24 2015 +0000

    Redirect initial hit to login page

    By rendering the login page within the GET / path we cannot trap the /auth
    location from horizon to allow us to setup kerberos and other REMOTE_USER tasks
    on that path.

    On initial unauthenticated request redirect the user to /auth/login.

    Change-Id: Ibe577672fc67a33460ea5d8726925b7e4b2a65e9
    Closes-Bug: #1418440