ironic-inspector/releasenotes/notes/cors-5f345c65da7f5c99.yaml
zhouxinyong b750ef5013 Replaces http with https in release notes
Change-Id: Idac5fc5abc0e2f6bff1d6e3bb3f024f0053f0c7a
2018-11-14 09:15:12 +00:00

14 lines
553 B
YAML

---
features:
- |
Added CORS support middleware to Ironic Inspector, allowing a deployer
to optionally configure rules under which a javascript client may
break the single-origin policy and access the API directly.
OpenStack CrossProject Spec:
https://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html
Oslo_Middleware Docs:
https://docs.openstack.org/developer/oslo.middleware/cors.html
OpenStack Cloud Admin Guide:
https://docs.openstack.org/admin-guide-cloud/cross_project_cors.html