From 3a41ea1da165ee859d1a1457de29d4591c7a41d7 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Tue, 10 Oct 2017 10:43:10 +0200 Subject: [PATCH] spk-spar-checker modify limit_except --- customer/spk-spar-checker/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 36cda5c9..4e1812ae 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -65,8 +65,9 @@ infra::profile::apache::pp_vhosts: directoryindex: 'index.html' - provider: location path: '/' -# limit_except: -# - methods: "GET POST HEAD" + limit_except: + - methods: "GET POST HEAD" + - require: "all denied" auth_type: Digest auth_name: server auth_digest_provider: file -- 2.39.5