From: Thomas Dalichow Date: Tue, 26 Sep 2017 15:53:22 +0000 (+0200) Subject: spk-spar-checker - add own IPs to admin_ip_range and by that allow access from localhost X-Git-Tag: v0.1.0~2443^2~6 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a8ac88bda585ad6b01043b82532b6d8fd6ba89b1;p=pixelpark%2Fhiera.git spk-spar-checker - add own IPs to admin_ip_range and by that allow access from localhost --- diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 3bebd5e4..9209172b 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -49,6 +49,8 @@ infra::profile::apache::pp_vhosts: - 'HTTPS on X-Forwarded-Proto=https' - 'HTTPS on HTTPS=on' - 'X-Forwarded-For ^80.146.239.2 admin_ip_range' + - 'X-Forwarded-For ^192.168.15.18 admin_ip_range' + - 'X-Forwarded-For ^192.168.15.19 admin_ip_range' error_documents: - { error_code: 401 , document: "/401.html" } - { error_code: 403 , document: "/403.html" } @@ -69,7 +71,11 @@ infra::profile::apache::pp_vhosts: auth_digest_provider: file auth_digest_algorithm: MD5 auth_user_file: '/etc/httpd/htdigest' - auth_require: 'valid-user' + require: + enforce: all + requires: + - 'valid-user' + - 'env admin_ip_range' # - provider: location # path: '/api' - provider: location