From e8cda2678f36611c4cd9ed669315f62741fb5817 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Fri, 17 Aug 2018 14:52:20 +0200 Subject: [PATCH] fbb-api - add HTTP Auth for healthcheck (fix) --- customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml | 6 ++---- customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml index 2ccdb042..c1c35dfa 100644 --- a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml @@ -84,8 +84,7 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_user_file: '/etc/httpd/htdigest' require: - requires: - - 'user documentation' + - 'user documentation' - location4: provider: location path: '/healthcheck' @@ -94,5 +93,4 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_user_file: '/etc/httpd/htdigest' require: - requires: - - 'user healthcheck' + - 'user healthcheck' diff --git a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml index 8cfc8bfa..75c1555d 100644 --- a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml @@ -67,8 +67,7 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_user_file: '/etc/httpd/htdigest' require: - requires: - - 'user documentation' + - 'user documentation' - location4: provider: location path: '/healthcheck' @@ -77,5 +76,4 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_user_file: '/etc/httpd/htdigest' require: - requires: - - 'user healthcheck' + - 'user healthcheck' -- 2.39.5