Merge "Modify api-paste.ini v1 to v2 for cyborg"

This commit is contained in:
Zuul 2020-05-18 20:45:32 +00:00 committed by Gerrit Code Review
commit 6ae4bfb59b

View File

@ -1,11 +1,11 @@
[pipeline:main]
pipeline = cors request_id authtoken api_v1
pipeline = cors request_id authtoken api_v2
[app:api_v1]
[app:api_v2]
paste.app_factory = cyborg.api.app:app_factory
[filter:authtoken]
acl_public_routes = /, /v1
acl_public_routes = /, /v2
paste.filter_factory = cyborg.api.middleware.auth_token:AuthTokenMiddleware.factory
[filter:osprofiler]