From 37ff31007f08baa974490e6111fe9a941c6d8622 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Thu, 14 Sep 2017 14:21:05 +0200 Subject: [PATCH] spk-spar-checker /sfp auth same as / now --- customer/spk-spar-checker/production.yaml | 4 ++-- customer/spk-spar-checker/test.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/customer/spk-spar-checker/production.yaml b/customer/spk-spar-checker/production.yaml index dc43102d..5550c705 100644 --- a/customer/spk-spar-checker/production.yaml +++ b/customer/spk-spar-checker/production.yaml @@ -77,10 +77,10 @@ infra::profile::apache::pp_vhosts: - provider: location path: '/sfp' auth_type: Digest - auth_name: 'Manager-Interface' + auth_name: 'server' auth_digest_provider: file auth_digest_algorithm: MD5 - auth_user_file: '/etc/httpd/spk.managed.htdigest' + auth_user_file: '/etc/httpd/htdigest' require: enforce: all requires: diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index d3f16fa1..af2c8b49 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -75,13 +75,13 @@ infra::profile::apache::pp_vhosts: - provider: location path: '/sfp' auth_type: Digest - auth_name: 'Manager-Interface' + auth_name: 'server' auth_digest_provider: file auth_digest_algorithm: MD5 - auth_user_file: '/etc/httpd/spk.managed.htdigest' + auth_user_file: '/etc/httpd/htdigest' require: enforce: all - requires: + requires: - 'valid-user' - 'env admin_ip_range' - provider: directory -- 2.39.5