horizon/releasenotes/notes/angular-direct-1b156f152590ab93.yaml
Kevin Fox 31e5672905 Angular direct service access.
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
2016-07-18 13:30:51 -07:00

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