Merge "Include /v2 in public routes for keystone auth"

This commit is contained in:
Zuul
2022-06-01 01:41:04 +00:00
committed by Gerrit Code Review

View File

@@ -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]