horizon/releasenotes/notes/support-websso_keystone_url-f663bbf40a5855c9.yaml
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

9 lines
380 B
YAML

---
fixes:
- |
[:bug:`1544703`] 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 access
OPENSTACK_KEYSTONE_URL if it is set to the internal endpoint.