19fe16fd42
This adds the 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: http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html Oslo_Middleware Docs: http://docs.openstack.org/developer/oslo.middleware/cors.html OpenStack Cloud Admin Guide: http://docs.openstack.org/admin-guide-cloud/cross_project_cors.html DocImpact: Add link to CORS configuration in admin cloud guide. Change-Id: I467d4e14b27f1d4808786d431aff66808c707a99
14 lines
550 B
YAML
14 lines
550 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:
|
|
http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html
|
|
Oslo_Middleware Docs:
|
|
http://docs.openstack.org/developer/oslo.middleware/cors.html
|
|
OpenStack Cloud Admin Guide:
|
|
http://docs.openstack.org/admin-guide-cloud/cross_project_cors.html
|