horizon/openstack_auth
Guang Yee a53f012fa1 support WEBSSO_KEYSTONE_URL
Add a new optional WEBSSO_KEYSTONE_URL property to facilitate WEBSSO
deployments where network segmentation is used per security requirement.
In this case, the controllers are not reachable from public network.
Therefore, user's browser will not be able to reach OPENSTACK_KEYSTONE_URL
if it is set to the internal endpoint.

If WEBSSO_KEYSTONE_URL is set, it will be used instead of
OPENSTACK_KEYSTONE_URL.

Change-Id: I05ea4227aa4c2cb0a73015ed7fd29cf1a96e696a
Closes-bug: #1544703
2018-10-08 10:44:25 -07:00
..
locale Imported Translations from Zanata 2018-09-23 07:51:53 +00:00
plugin Fix log message formatting 2018-07-16 13:18:47 +03:00
tests support WEBSSO_KEYSTONE_URL 2018-10-08 10:44:25 -07:00
__init__.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
backend.py django2: is_authenticated/is_anonymous is now property only 2018-02-17 01:36:54 +09:00
exceptions.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
forms.py Don't expose endpoint URLs in the login form 2018-08-21 13:32:26 +02:00
models.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
policy.py Fix api.keystone.is_cloud_admin/is_domain_admin handling with new policies 2018-01-17 15:14:33 +01:00
urls.py Allow to specify redirections on single IdP scenarios 2018-08-13 12:11:45 +02:00
user.py Allow to specify redirections on single IdP scenarios 2018-08-13 12:11:45 +02:00
utils.py support WEBSSO_KEYSTONE_URL 2018-10-08 10:44:25 -07:00
views.py support WEBSSO_KEYSTONE_URL 2018-10-08 10:44:25 -07:00