From: Victor Saar Date: Thu, 8 Sep 2016 12:19:27 +0000 (+0200) Subject: sirona - Allow requests to generic asset JSON API X-Git-Tag: v0.1.0~4152^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=ede668fa09f02cc9271c38e86c185e80d8176f58;p=pixelpark%2Fhiera.git sirona - Allow requests to generic asset JSON API --- diff --git a/customer/sirona-aem/int.yaml b/customer/sirona-aem/int.yaml index 14e65c0e..25b3eb1e 100644 --- a/customer/sirona-aem/int.yaml +++ b/customer/sirona-aem/int.yaml @@ -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' } diff --git a/customer/sirona-aem/prod.yaml b/customer/sirona-aem/prod.yaml index 695a8e6c..c96e8d86 100644 --- a/customer/sirona-aem/prod.yaml +++ b/customer/sirona-aem/prod.yaml @@ -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/' } diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index 0bc40967..e6bbd312 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -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/' } diff --git a/customer/sirona-aem/test.yaml b/customer/sirona-aem/test.yaml index 3b6792c7..840e0840 100644 --- a/customer/sirona-aem/test.yaml +++ b/customer/sirona-aem/test.yaml @@ -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' }