From ac1221592d55ae0f241baee20681e320dd30f429 Mon Sep 17 00:00:00 2001 From: Albert Kogan Date: Sun, 31 Jan 2021 16:34:42 +0200 Subject: [PATCH] fix: add /systemcheck endpoint --- client-templates/azure-repos/.env.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client-templates/azure-repos/.env.sample b/client-templates/azure-repos/.env.sample index 9c9c573d3..f66880bc3 100644 --- a/client-templates/azure-repos/.env.sample +++ b/client-templates/azure-repos/.env.sample @@ -26,3 +26,6 @@ ACCEPT=accept.json # The path for the broker's internal healthcheck URL. Must start with a '/'. BROKER_HEALTHCHECK_PATH=/healthcheck + +# Azure validation url, checked by broker client systemcheck endpoint +BROKER_CLIENT_VALIDATION_URL="https://$AZURE_REPOS_HOST/$AZURE_REPOS_ORG/_apis/git/repositories"