+1. If I then try to blow by it and type:
db.movies.findOne() I get
2018-11-20T11:03:50.240-0800 E QUERY [js] Error: error: {
“operationTime” : Timestamp(1542740625, 1),
“ok” : 0,
“errmsg” : “not authorized on video to execute command { find: “movies”, filter: {}, limit: 1.0, singleBatch: true, lsid: { id: UUID(“ae7f72e2-69b7-4bac-94a6-2cb6d1dd1883”) }, $clusterTime: { clusterTime: Timestamp(1542740615, 1), signature: { hash: BinData(0, 1C0ECD6FAD75DE2B9AE31E2EFC86EDAF4F451803), keyId: 6595588990781358081 } }, $db: “video” }”,
“code” : 13,
“codeName” : “Unauthorized”,
“$clusterTime” : {
“clusterTime” : Timestamp(1542740625, 1),
“signature” : {
“hash” : BinData(0,“zi+2EU57bYuwpksXLDHahYhgV3E=”),
“keyId” : NumberLong(“6595588990781358081”)
}
}
} :
_getErrorWithCode@src/mongo/shell/utils.js:25:13
DBCommandCursor@src/mongo/shell/query.js:708:1
DBQuery.prototype._exec@src/mongo/shell/query.js:113:28
DBQuery.prototype.hasNext@src/mongo/shell/query.js:288:5
DBCollection.prototype.findOne@src/mongo/shell/collection.js:260:10
@(shell):1:100:
Hopefully this is a temporary issue. It is preventing me from completing the labs.