Include /v2 in public routes for keystone auth
Change-Id: I01cd9689fdf5730dfee08aaacbea8c107bf625a3
This commit is contained in:
@@ -8,7 +8,7 @@ pipeline = cors healthcheck http_proxy_to_wsgi request_id authtoken ck_api
|
||||
paste.app_factory = cloudkitty.api.app:app_factory
|
||||
|
||||
[filter:authtoken]
|
||||
acl_public_routes = /, /v1, /healthcheck
|
||||
acl_public_routes = /, /v1, /v2, /healthcheck
|
||||
paste.filter_factory = cloudkitty.api.middleware:AuthTokenMiddleware.factory
|
||||
|
||||
[filter:request_id]
|
||||
|
Reference in New Issue
Block a user