]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
sirona - Allow requests to generic asset JSON API
authorVictor Saar <work@victor-saar.de>
Thu, 8 Sep 2016 12:19:27 +0000 (14:19 +0200)
committerVictor Saar <work@victor-saar.de>
Thu, 8 Sep 2016 12:19:27 +0000 (14:19 +0200)
customer/sirona-aem/int.yaml
customer/sirona-aem/prod.yaml
customer/sirona-aem/production.yaml
customer/sirona-aem/test.yaml

index 14e65c0ebef860c75a07e1068b23a31285289744..25b3eb1e70380ccf4e0893d203895dc0b100b346 100644 (file)
@@ -173,6 +173,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/dam/api.json' } # enable generic asset JSON API
       - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API
       # Deny content grabbing
       - { type: 'deny', url: '*.infinity.json' }
index 695a8e6c3e06249f8f53e9b3a920c7d9bfc2c7d9..c96e8d86161b518e819176b31fb683f9e033942d 100644 (file)
@@ -427,6 +427,7 @@ aem::dispatcher::publish_farm:
       - { type: 'allow', url: '*.indd'  }  # enable indd (Adobe Indesign Dokument)
       # Enable features
       - { 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
       # Security Rules
       - { type: 'deny', url: '/etc/'  }
index 0bc40967a5320c52d1353a7d77e4cf1624d7720a..e6bbd312aff32ed05d48a863198c1ff3c4716302 100644 (file)
@@ -519,6 +519,7 @@ aem::dispatcher::publish_farm:
       - { type: 'allow', url: '*.indd'  }  # enable indd (Adobe Indesign Dokument)
       # Enable features
       - { 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
       # Security Rules
       - { type: 'deny', url: '/etc/'  }
index 3b6792c7fbd299570fbc285da8d2d9da0da498e1..840e0840962b36d431d089e8bfbf725ebd19e564 100644 (file)
@@ -220,6 +220,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/dam/api.json' } # enable generic asset JSON API
       - { type: 'allow', url: '*.assetlibrary.json' } # enable asset library JSON API
       # Deny content grabbing
       - { type: 'deny', url: '*.infinity.json' }