Skip to content

Commit

Permalink
Update backup-70.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inelpandzic committed Mar 29, 2024
1 parent 91f033b commit 04b1475
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions e2e-tests/init-deploy/compare/backup-70.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
"grantRole",
"indexStats",
"insert",
"updateSearchIndex",
"revokeRole",
"setAuthenticationRestriction",
"startBackup",
"updateSearchIndex",
"viewRole",
"viewUser"
]
Expand Down Expand Up @@ -123,9 +123,9 @@
"dropCollection",
"find",
"insert",
"updateSearchIndex",
"remove",
"update",
"updateSearchIndex"
"update"
]
},
{
Expand All @@ -152,11 +152,11 @@
"listCollections",
"listIndexes",
"listSearchIndexes",
"updateSearchIndex",
"planCacheRead",
"remove",
"renameCollectionSameDB",
"update",
"updateSearchIndex"
"update"
]
},
{
Expand Down Expand Up @@ -201,11 +201,11 @@
"listCollections",
"listIndexes",
"listSearchIndexes",
"updateSearchIndex",
"planCacheRead",
"remove",
"renameCollectionSameDB",
"update",
"updateSearchIndex"
"update"
]
},
{
Expand All @@ -215,7 +215,6 @@
},
"actions": [
"createIndex",
"createSearchIndexes",
"find"
]
},
Expand All @@ -237,6 +236,15 @@
"updateSearchIndex"
]
},
{
"resource": {
"db": "admin",
"collection": "system.views"
},
"actions": [
"dropCollection"
]
},
{
"resource": {
"db": "admin",
Expand Down Expand Up @@ -281,8 +289,8 @@
"listCollections",
"listIndexes",
"listSearchIndexes",
"planCacheRead",
"updateSearchIndex"
"updateSearchIndex",
"planCacheRead"
]
},
{
Expand Down Expand Up @@ -353,8 +361,8 @@
"listCollections",
"listIndexes",
"listSearchIndexes",
"planCacheRead",
"updateSearchIndex"
"updateSearchIndex",
"planCacheRead"
]
},
{
Expand Down Expand Up @@ -437,7 +445,6 @@
"allCollectionStats",
"appendOplogNote",
"bypassWriteBlockingMode",
"checkFreeMonitoringStatus",
"connPoolStats",
"forceUUID",
"getDefaultRWConcern",
Expand All @@ -448,6 +455,7 @@
"hostInfo",
"inprog",
"listDatabases",
"listSampledQueries",
"listSessions",
"listShards",
"netstat",
Expand Down

0 comments on commit 04b1475

Please sign in to comment.