bstopp / puppet-aem

Puppet module for managing AEM Installations.
https://forge.puppet.com/bstopp/aem
Apache License 2.0
30 stars 30 forks source link

Adding support for permission-sensitive caching #112

Closed Jarodiv closed 6 years ago

Jarodiv commented 6 years ago

Fixes #111

Extended the dispatcher config templating with the auth_checker option. Currently since this config only makes sense when properly configured, no defaults have been implemented.

Tests and documentation for the new config options are included.

bstopp commented 6 years ago

Wow, how did i miss this feature in the dispatcher functionality? Thanks for the PR! I need to run through some checks then i'll merge it.

Jarodiv commented 6 years ago

It's not documented in the official Dispatcher config guide. Don't ask me why but I guess that's why you didn't see it. God knows what other features are still hidden ;)