Add /healthcheck to main

With [1] we've updated barbican api paste file and added healthcheck
bit. However, it was missed to add /healthcheck to main, so it was not
working at the end.

[1] 78a1984517

Change-Id: I7d61d990b973bea538c7ca2ae059f8bea1bb2039
This commit is contained in:
Dmitriy Rabotyagov
2022-12-13 11:33:05 +01:00
parent 78a1984517
commit 18b6ba3b5a
+1
View File
@@ -1,6 +1,7 @@
[composite:main]
use = egg:Paste#urlmap
/: barbican_version
/healthcheck: healthcheck
/v1: {{ (barbican_keystone_auth | bool) | ternary('barbican-api-keystone', 'barbican_api') }}
# Use this pipeline for Barbican API - versions no authentication