Skip to content

Instantly share code, notes, and snippets.

@achanda
Created June 21, 2016 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achanda/4415d5554156234c9ef5da0300e1487e to your computer and use it in GitHub Desktop.
Save achanda/4415d5554156234c9ef5da0300e1487e to your computer and use it in GitHub Desktop.
[pipeline:main]
pipeline = cors request_id authtoken api_v1
[app:api_v1]
paste.app_factory = magnum.api.app:app_factory
[filter:authtoken]
acl_public_routes = /, /v1
paste.filter_factory = magnum.api.middleware.auth_token:AuthTokenMiddleware.factory
[filter:request_id]
paste.filter_factory = oslo_middleware:RequestId.factory
[filter:cors]
paste.filter_factory = oslo_middleware.cors:filter_factory
oslo_config_project = magnum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment