I am building a website using Cakephp 2.0 ACL. I am wondering if it is possible to allow access to a controller/actions without auth and acl permissions so that my cron job can run these processes on regular intervals.I am building a website using Cakephp 2.0 ACL.