Include /v2 in public routes for keystone auth

Change-Id: I01cd9689fdf5730dfee08aaacbea8c107bf625a3
This commit is contained in:
Sam Morrison 2022-03-10 17:31:51 +11:00
parent 02e6be6454
commit 9ea3450084
1 changed files with 1 additions and 1 deletions

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]