Allow some endpoints to bypass auth

Allows / /versions and /status and other endpoints to be
accessed without auth and other endpoints to be accessed
according to policy.
This commit is contained in:
Steve Lewis 2015-12-17 14:41:00 -08:00
parent 6c7b1a34fa
commit e149172d1b
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ paste.app_factory = gnocchi.rest.app:app_factory
[filter:keystone_authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
oslo_config_project = gnocchi
delay_auth_decision = true
[filter:healthcheck]
paste.filter_factory = oslo_middleware:Healthcheck.factory