]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
DWWS-0 Exclude http request method "options" from basic auth pp/feature/DWWS-0-exclude-request-method-option-from-basic-auth
authorMarkus Baumann <markus.baumann@publicispixelpark.de>
Wed, 1 Aug 2018 09:13:02 +0000 (11:13 +0200)
committerMarkus Baumann <markus.baumann@publicispixelpark.de>
Wed, 1 Aug 2018 09:13:02 +0000 (11:13 +0200)
customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml

index 9f261969ab37c291088719d23d413296904f9c1f..d561ff66c70455f9c37d40cd28f77336a0301324 100644 (file)
@@ -132,6 +132,8 @@ infra::profile::apache::pp_vhosts:
       - location1:
         provider: location
         path: '/'
+        limit:
+          - { methods: 'OPTIONS', require: 'all granted' }
         auth_type: Basic
         auth_name: server
         auth_user_file: '/etc/httpd/.htpasswd'