From 0c763bf54ea9817195bb378464c6ce068e9c5f4f Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Tue, 26 Sep 2017 18:03:21 +0200 Subject: [PATCH] spk-spar-checker - add own IPs to admin_ip_range and by that allow access from localhost (fix 2) --- customer/spk-spar-checker/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 3eb916a2..da93e693 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -72,7 +72,7 @@ infra::profile::apache::pp_vhosts: auth_digest_algorithm: MD5 auth_user_file: '/etc/httpd/htdigest' require: - enforce: all + enforce: any requires: - 'valid-user' - 'env admin_ip_range' -- 2.39.5