Skip to content
Snippets Groups Projects
Commit 6ae4bfb5 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 122d3e01 d40c11b2
No related branches found
No related tags found
No related merge requests found
[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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment