From cd2658b96eaf4d67ff4cc2d617bd8541858a21d4 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Thu, 14 Sep 2017 12:49:33 +0200 Subject: [PATCH] spk-spar-checker require all for /sfp --- customer/spk-spar-checker/production.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/customer/spk-spar-checker/production.yaml b/customer/spk-spar-checker/production.yaml index 815e1a8a..4e392417 100644 --- a/customer/spk-spar-checker/production.yaml +++ b/customer/spk-spar-checker/production.yaml @@ -81,10 +81,11 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_digest_algorithm: MD5 auth_user_file: '/etc/httpd/spk.managed.htdigest' - enforce: all require: - - 'valid-user' - - 'env admin_ip_range' + enforce: all + requires: + - 'valid-user' + - 'env admin_ip_range' - provider: directory path: '/var/www/spar-checker/sparchecker-backend/public/sfp/' addhandlers: -- 2.39.5