]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
sirona - Allow article library JSON API on DEV and INT
authorVictor Saar <work@victor-saar.de>
Sat, 18 Mar 2017 10:19:11 +0000 (11:19 +0100)
committerVictor Saar <work@victor-saar.de>
Sat, 18 Mar 2017 10:19:11 +0000 (11:19 +0100)
customer/sirona-aem/development.yaml
customer/sirona-aem/test.yaml

index 7e522d8e5f748a06d66b43a239d250c9a5f555e0..a497a548f520bd9449cf06a68d2ba338100ccbff 100644 (file)
@@ -347,6 +347,7 @@ aem::dispatcher::publish_farm:
       - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization
       - { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API
       - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API
+      - { type: 'allow', url: '*.articlelibrary.json' } # enable article library JSON API
       - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API
       - { type: 'allow', method: 'post', url: '*.forms.html' } # enable forms
       # Security Rules
index 52b5f512f20c3e4d93f4532a5ac3e49dbe9c8334..e29298cb063df182c324e452ab74797714c90f0c 100644 (file)
@@ -326,6 +326,7 @@ aem::dispatcher::publish_farm:
       - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization
       - { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API
       - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API
+      - { type: 'allow', url: '*.articlelibrary.json' } # enable article library JSON API
       - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API
       - { type: 'allow', method: 'post', url: '*.forms.html' } # enable forms
       - { type: 'allow', url: '/libs/granite/csrf/token.json' } # enable CSRF token