shinesolutions/aem-helloworld-publish-dispatcher

Lock down allowed clients on dispatcher config

Opened this issue · 0 comments

Dispatcher configuration currently allows all clients *.*.*.* because helloworld example can't guess up front what the publish instances CIDR range would be.

This is too open, and should be locked down to allow only the following:

  • Publish host pair, retrieve this info from Facter fact
  • localhost
  • 127.0.0.1