]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
bmas-typo3 - protection stuff
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Mon, 29 May 2017 16:01:29 +0000 (18:01 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Mon, 29 May 2017 16:01:29 +0000 (18:01 +0200)
customer/bmas-typo3/production.yaml

index 7afafaeb96a53fb121c4fa9c463bffcb9ab43239..a0806c855def4805a961d6d97358135b90376d8b 100644 (file)
@@ -206,8 +206,8 @@ infra::profile::typo3::projects:
     ssl_key: '/etc/pki/tls/private/www.arbeitenviernull.de-key.pem'
     ssl_chain: '/etc/pki/tls/certs/www.arbeitenviernull.de-cert.pem'
     directories:
-      - location1:
-        provider: location
+      # protect typo3 location
+      - provider: location
         path: '/typo3/'
         auth_type: Digest
         auth_name: arbeit
@@ -217,11 +217,21 @@ infra::profile::typo3::projects:
         auth_require: 'valid-user'
         require:
           - local
-      - location2:
-        provider: location
+      # temporärer Schutz experimentierraeume
+      - provider: location
+        path: '/experimentierraeume/'
+        auth_type: Digest
+        auth_name: arbeit
+        auth_digest_provider: file
+        auth_digest_algorithm: MD5
+        auth_user_file: '/etc/httpd/htdigest'
+        auth_require: 'valid-user'
+        require:
+          - local
+      # make some other locations available
+      - provider: location
         path: '/typo3/js'
-      - location3:
-        provider: location
+      - provider: location
         path: '/typo3/sysext/rsaauth/resources/'
     user: apache
     mode: '2775'