heat/etc/heat
Michael Krotscheck 1d94dd4f2a Added CORS support to Heat
This adds the CORS support middleware to Heat, allowing a deployer
to optionally configure rules under which a javascript client may
break the single-origin policy and access the API directly.

For heat, the paste.ini method of deploying the middleware was
chosen, because it needs to be able to annotate responses created
by keystonemiddleware. If the middleware were explicitly included
as in the previous patch, keystone would reject the request before
the cross-domain headers could be annotated, resulting in an
error response that was unreadable by the user agent.

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

Change-Id: I185f0d9f85617dd2f482cac4994ccc0a4cb6cf16
2015-10-19 09:18:20 -07:00
..
environment.d Add an option to disable cloud watch lite 2014-09-25 19:42:28 +10:00
templates Add Dimensions Default in AWS_CloudWatch_Alarm.yaml 2014-11-20 17:05:17 +03:00
README-heat.conf.txt Remove heat.config.sample file 2014-12-03 20:35:36 +00:00
api-paste.ini Added CORS support to Heat 2015-10-19 09:18:20 -07:00
policy.json Update preview_update_stack to align with PATCH updates 2015-10-01 19:05:07 +01:00