My first attempt was incorrect and I wanted to ask a few questions for clarification.
When the requirements specify “documents on any collection” or “all collections in the HR database”, this means excluding the system collections, correct?
Also the MANAGEMENT custom role is asking for a privilege that I believe is already included in the inherited role dbOwner. Do we need to defined the privilege in that case?
When running the following on the admin database my roles look correct when reading them against the criteria of the homework, but I’m still getting an invalid result. db.system.roles.find().pretty()
. Could anyone give me some help?
Thanks!