[SOLVED] ACL - Parse Server & MongoDb

Hi Team,

Just need guidance on ACL setup, please.
I made two changes for security but that impacted the cloud jobs from picking up the records. Cloud jobs read and do update some fields.

  1. I set the ACL for read and write to user only
  2. Set the class level permission to only β€˜Write’ for Authenticated users

With the above changes, what change should I make to cloud jobs/code so they run fine? Do I need to give masterKey parameter or is there something I am missing?

Thank You

you can use masterkey in cloud code

1 Like

Thank you, it worked!!

2 Likes