Update paste, policy and rootwrap configurations 2017-01-19

Change-Id: Ia89158660cee6f8096cf61f87e1d72703de4e356
This commit is contained in:
Andy McCrae 2017-01-19 14:45:33 +00:00
parent 7019c064ec
commit 943f5df73c
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ paste.filter_factory = magnum.api.middleware.auth_token:AuthTokenMiddleware.fact
paste.filter_factory = oslo_middleware:RequestId.factory
[filter:cors]
paste.filter_factory = oslo_middleware.cors:filter_factory
paste.filter_factory = oslo_middleware.cors:filter_factory
oslo_config_project = magnum
[filter:healthcheck]

View File

@ -38,5 +38,6 @@
"certificate:create": "rule:admin_or_user",
"certificate:get": "rule:admin_or_user",
"magnum-service:get_all": "rule:admin_api"
"magnum-service:get_all": "rule:admin_api",
"stats:get_all": "rule:admin_or_owner"
}