From: Victor Saar Date: Sat, 18 Mar 2017 10:19:11 +0000 (+0100) Subject: sirona - Allow article library JSON API on DEV and INT X-Git-Tag: v0.1.0~3417^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=cd29b40a215079a58749060367660be136ab99bb;p=pixelpark%2Fhiera.git sirona - Allow article library JSON API on DEV and INT --- diff --git a/customer/sirona-aem/development.yaml b/customer/sirona-aem/development.yaml index 7e522d8e..a497a548 100644 --- a/customer/sirona-aem/development.yaml +++ b/customer/sirona-aem/development.yaml @@ -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 diff --git a/customer/sirona-aem/test.yaml b/customer/sirona-aem/test.yaml index 52b5f512..e29298cb 100644 --- a/customer/sirona-aem/test.yaml +++ b/customer/sirona-aem/test.yaml @@ -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