We created a user account that has the following permissions:
db_list_collection@admin
read@db.program
am I missing some permissions here? ideally I don’t want to give it full read permissions but just what it needs to execute the script. any and all help would be great!
Are you able to provide the full command being executed? Redact any personal or sensitive information being doing so.
Is this being run on an Atlas cluster? If so, did you wait for the user permissions update to complete in the Atlas UI before testing the command again?
aha! found out that there was an error in the command. After they gave me the full error output found out they were pointing to a collection that didn’t exist. appreciate the help!