yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #80529
[Bug 1747149] Re: LOGOUT_URL setting has no effect
Reviewed: https://review.opendev.org/683347
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a11aa7ff62c15d7bf15367106f933ef0ae5d4521
Submitter: Zuul
Branch: master
commit a11aa7ff62c15d7bf15367106f933ef0ae5d4521
Author: Marek <marek.lycka@xxxxxxxxxx>
Date: Fri Sep 20 09:46:03 2019 +0200
Forwards LOGOUT_URL to templates.
Uses the openstack context preprocessor to pass
the LOGOUT_URL from settings to templates and
changes the 'Sign out' menu entry to redirect to it
instead of the logout view directly.
closes-bug: #1747149
Change-Id: Id17ffca6b5e24779433c3f19d009bb2a77f7b901
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1747149
Title:
LOGOUT_URL setting has no effect
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Setting LOGOUT_URL in `etc/openstack-dashboard/local_settings.py` has
no effect on the URL displayed in the dropdown menu. It still points
to `/dashboard/auth/logout/`.
Setting this value is important when using SSO so as to redirect the
user to the SSO logout page, and then having that page redirect the
user back to `/dashboard/auth/logout/` to unset the session cookies.
I'm currently doing a workaround where I alias that path in the apache
configuration, unset the headers, and redirect the user to my SSO
logout page.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1747149/+subscriptions
References