From 9bad70a89004a5d5e3855a1a76455d90f83b5e46 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Tue, 10 Oct 2017 13:59:05 +0200 Subject: [PATCH] spk-spar-checker add limit_except --- customer/spk-spar-checker/production.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/customer/spk-spar-checker/production.yaml b/customer/spk-spar-checker/production.yaml index f53278c3..982bc382 100644 --- a/customer/spk-spar-checker/production.yaml +++ b/customer/spk-spar-checker/production.yaml @@ -67,7 +67,9 @@ infra::profile::apache::pp_vhosts: directoryindex: 'index.html' - provider: location path: '/' - auth_type: Digest + limit_except: + - { methods: "GET HEAD POST" , require: "all denied" } + auth_type: Digest auth_name: server auth_digest_provider: file auth_digest_algorithm: MD5 -- 2.39.5