Merge "Modify api-paste.ini v1 to v2 for cyborg"
This commit is contained in:
commit
6ae4bfb59b
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user