Go to file
Michael Krotscheck 82965f4bcb Added CORS support to Solum
This adds the CORS support middleware to Solum, allowing a deployer
to optionally configure rules under which a javascript client may
break the single-origin policy and access the API directly.

For solum, the middleware was added directly to the application
factory, including various default headers usually required by
keystone. Note that the CORS middleware must be the first one in
the middleware chain, so that it can annotate all responses -
even error responses - generated by other middleware.

Smoke tests have also been provided, and the middleware has
been added to genconfig.

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

Change-Id: Ie6bf73ea69ae956e9afe25ceca417c3a32edc312
2016-02-16 04:36:06 -08:00
2016-01-13 19:59:24 +01:00
2015-11-24 14:35:27 -06:00
2016-02-16 04:36:06 -08:00
2016-02-16 04:36:06 -08:00
2016-01-13 19:59:24 +01:00
2013-09-20 23:44:03 -05:00
2013-12-09 17:25:00 +11:00
2013-09-20 23:44:03 -05:00
2015-11-17 14:56:19 -06:00
2016-02-16 04:36:06 -08:00
2014-05-01 13:52:23 +00:00

Solum

Application Lifecycle Management

An OpenStack project designed to make cloud services easier to consume and integrate into your application development process.

Overview

Solum is natively designed for OpenStack clouds and leverages numerous OpenStack projects, including Heat, Keystone, Nova, Trove, and more. We value vendor neutrality, open design and collaboration, and leveraging existing solutions where possible. One example is our use of Docker for deployment of containers. Multiple language run-time environments will be supported with a modular "language pack" solution so you can easily run applications written in any language of your choice.

Getting started with Solum

See the getting_started guide.

Project Info

Description
RETIRED, An OpenStack project designed to make cloud services easier to consume and integrate into your application development process. See: https://wiki.openstack.org/wiki/Solum
Readme 23 MiB