From: Philipp Dallig Date: Mon, 4 Sep 2017 12:16:35 +0000 (+0200) Subject: sirona-aem - Enable dealer search JSON API for forms on test and dev X-Git-Tag: v0.1.0~2437^2~24^2~2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=86c7bdeb8c011c1862db75d767d09321cbcac427;p=pixelpark%2Fhiera.git sirona-aem - Enable dealer search JSON API for forms on test and dev --- diff --git a/customer/sirona-aem/development.yaml b/customer/sirona-aem/development.yaml index 6d302cff..06ed1361 100644 --- a/customer/sirona-aem/development.yaml +++ b/customer/sirona-aem/development.yaml @@ -284,6 +284,7 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '*.articlelibrary.json' } # enable article library JSON API - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API - { type: 'allow', url: '*.updatecheck.json' } # enable update check + - { type: 'allow', url: '*.dealers.json' } # enable dealer search JSON API - { type: 'allow', method: 'post', url: '*.forms.html' } # enable forms # Security Rules - { type: 'deny', url: '/etc/' } diff --git a/customer/sirona-aem/test.yaml b/customer/sirona-aem/test.yaml index 808a6aea..1b7d8148 100644 --- a/customer/sirona-aem/test.yaml +++ b/customer/sirona-aem/test.yaml @@ -281,6 +281,7 @@ aem::dispatcher::publish_farm: - { type: 'allow', url: '*.articlelibrary.json' } # enable article library JSON API - { type: 'allow', url: '*.assetdata.json' } # enable download basket JSON API - { type: 'allow', url: '*.updatecheck.json' } # enable update check + - { type: 'allow', url: '*.dealers.json' } # enable dealer search JSON API - { type: 'allow', method: 'post', url: '*.forms.html' } # enable forms - { type: 'allow', url: '/libs/granite/csrf/token.json' } # enable CSRF token # Deny content grabbing