horizon/openstack_dashboard/dashboards
Vlad Okhrimenko 38dfe3d907 Logout user if he has no valid tokens
Before this patch, if user's rights were changed
or revoked - there would be "Unauthorized" errors
on every page since user had no rights to view them
because he had no valid tokens in that case.

Now user will be logged out if he has no valid tokens.
Set `escalate` to True (for unauthorized-error)
to always log user out.

Also, now horizon.exceptions.NotAuthorized is a part of
UNAUTHORIZED tuple in the exceptions.py, because this type
of exception is re-raised after handling services unauthorized errors.
Looks like it was missing. Now the horizon.exceptions.NotAuthorized
is handled like all NotAuthorized exceptions.

And horizon_middleware.py in process_exception now generates
logout_reason for cases if user is not authorized.

Conflicts:
	openstack_dashboard/dashboards/project/overview/tests.py

Closes-Bug: #1528967
Closes-Bug: #1252341
Closes-Bug: #1407105
Co-Authored-By: Paul Karikh <pkarikh@mirantis.com>
Change-Id: I417cad936ea80c0569c2f442fc87cbd58745757e
(cherry picked from commit 878c703fd0)
2016-04-12 12:32:01 +02:00
..
admin Stop using naturalSort in hypervisors table 2015-11-25 10:20:37 +01:00
identity Don't get descript if attribute doesn't exist. 2015-08-20 14:20:16 -05:00
project Logout user if he has no valid tokens 2016-04-12 12:32:01 +02:00
router Removing Network Profile support in stable/kilo 2015-07-16 17:11:41 -07:00
settings Refactor modal forms for Settings dashboard 2015-02-22 13:00:24 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00