31e5672905
Angular based Horizon widgets and Horizon plugins will want to contact OpenStack API's directly to enable much more responsive UI and to place less load on the Horizon servers by proxying service calls through horizon proxies. Change-Id: I612c6bfefa8e157f7219938bb3e82896dde8fa09
18 lines
566 B
YAML
18 lines
566 B
YAML
---
|
|
prelude: >
|
|
JavaScript can now access the Keystone Token.
|
|
features:
|
|
- >
|
|
Horizon and Horizon Plugins can access the Keystone
|
|
Token from JavaScript so that they can make CORS
|
|
calls directly to other OpenStack Services. This
|
|
can enable much more responsive UI.
|
|
security:
|
|
- >
|
|
Making Keystone Tokens available to JavaScript
|
|
slightly increases the risk of a Token being
|
|
captured. If you don't need this functionality, it
|
|
can be disabled by setting the following option
|
|
in your local_settings:
|
|
ENABLE_CLIENT_TOKEN = False
|