Merge "Add a /healthcheck by default"

This commit is contained in:
Zuul 2020-12-01 15:18:23 +00:00 committed by Gerrit Code Review
commit ca2d77ad3a
1 changed files with 7 additions and 0 deletions

View File

@ -1,11 +1,13 @@
[composite:panko+noauth]
use = egg:Paste#urlmap
/ = pankoversions_pipeline
/healthcheck = healthcheck
/v2 = pankov2_noauth_pipeline
[composite:panko+keystone]
use = egg:Paste#urlmap
/ = pankoversions_pipeline
/healthcheck = healthcheck
/v2 = pankov2_keystone_pipeline
[pipeline:pankoversions_pipeline]
@ -43,3 +45,8 @@ oslo_config_project = panko
[filter:osprofiler]
paste.filter_factory = panko.profiler:WsgiMiddleware.factory
oslo_config_project = panko
[app:healthcheck]
paste.app_factory = oslo_middleware:Healthcheck.app_factory
backends = disable_by_file
disable_by_file_path = /etc/panko/healthcheck_disable