]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
sirona - Allow asset library’s JSON API
authorVictor Saar <work@victor-saar.de>
Mon, 1 Aug 2016 08:04:20 +0000 (10:04 +0200)
committerVictor Saar <work@victor-saar.de>
Mon, 1 Aug 2016 08:04:20 +0000 (10:04 +0200)
customer/sirona-aem/int.yaml
customer/sirona-aem/prod.yaml

index db77da792ca666780f40bfeb364c12163472952f..036fe8a78e57c6080f278c35668d303b4dad6b2f 100644 (file)
@@ -172,6 +172,7 @@ aem::dispatcher::publish_farm:
       - { type: 'allow', url: '*.eot'  }  # enable eot
       # Enable features 
       - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization
+      - { type: 'allow', url: '/content/*.assetlibrary.json' } # enable asset library JSON API
       # Deny content grabbing
       - { type: 'deny', url: '*.infinity.json' }
       - { type: 'deny', url: '*.tidy.json'     }
index 29ad35976ce50d93d54d4f975bd38475cefea925..de09b9004e3d209d49642858cb89d6cde652c1ed 100644 (file)
@@ -231,6 +231,7 @@ aem::dispatcher::publish_farm:
       - { type: 'allow', url: '*.pdf'  }  # enable pdf
       # Enable features 
       - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization
+      - { type: 'allow', url: '/content/*.assetlibrary.json' } # enable asset library JSON API
       # Security Rules
       - { type: 'deny', url: '/etc/'  }
       - { type: 'deny', url: '/libs/'  }