-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Custom roles: remove listSearchIndexes for 50 psmdb
- Loading branch information
Showing
6 changed files
with
408 additions
and
0 deletions.
There are no files selected for viewing
122 changes: 122 additions & 0 deletions
122
e2e-tests/custom-users-roles-sharded/compare/role-one-50.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
switched to db admin | ||
{ | ||
"_id" : "admin.role-one", | ||
"role" : "role-one", | ||
"db" : "admin", | ||
"privileges" : [ | ||
{ | ||
"resource" : { | ||
"cluster" : true | ||
}, | ||
"actions" : [ | ||
"addShard" | ||
] | ||
}, | ||
{ | ||
"resource" : { | ||
"db" : "config", | ||
"collection" : "" | ||
}, | ||
"actions" : [ | ||
"find", | ||
"insert", | ||
"remove", | ||
"update" | ||
] | ||
} | ||
], | ||
"roles" : [ | ||
{ | ||
"role" : "read", | ||
"db" : "admin" | ||
} | ||
], | ||
"authenticationRestrictions" : [ | ||
[ | ||
{ | ||
"clientSource" : [ | ||
"127.0.0.1" | ||
], | ||
"serverAddress" : [ | ||
"127.0.0.1" | ||
] | ||
} | ||
] | ||
], | ||
"inheritedRoles" : [ | ||
{ | ||
"role" : "read", | ||
"db" : "admin" | ||
} | ||
], | ||
"inheritedPrivileges" : [ | ||
{ | ||
"resource" : { | ||
"cluster" : true | ||
}, | ||
"actions" : [ | ||
"addShard" | ||
] | ||
}, | ||
{ | ||
"resource" : { | ||
"db" : "config", | ||
"collection" : "" | ||
}, | ||
"actions" : [ | ||
"find", | ||
"insert", | ||
"remove", | ||
"update" | ||
] | ||
}, | ||
{ | ||
"resource" : { | ||
"db" : "admin", | ||
"collection" : "" | ||
}, | ||
"actions" : [ | ||
"changeStream", | ||
"collStats", | ||
"dbHash", | ||
"dbStats", | ||
"find", | ||
"killCursors", | ||
"listCollections", | ||
"listIndexes", | ||
"planCacheRead" | ||
] | ||
}, | ||
{ | ||
"resource" : { | ||
"db" : "admin", | ||
"collection" : "system.js" | ||
}, | ||
"actions" : [ | ||
"changeStream", | ||
"collStats", | ||
"dbHash", | ||
"dbStats", | ||
"find", | ||
"killCursors", | ||
"listCollections", | ||
"listIndexes", | ||
"planCacheRead" | ||
] | ||
} | ||
], | ||
"inheritedAuthenticationRestrictions" : [ | ||
[ | ||
{ | ||
"clientSource" : [ | ||
"127.0.0.1" | ||
], | ||
"serverAddress" : [ | ||
"127.0.0.1" | ||
] | ||
} | ||
] | ||
], | ||
"isBuiltin" : false | ||
} | ||
bye |
78 changes: 78 additions & 0 deletions
78
e2e-tests/custom-users-roles-sharded/compare/role-two-50.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
switched to db admin | ||
{ | ||
"_id" : "admin.role-two", | ||
"role" : "role-two", | ||
"db" : "admin", | ||
"privileges" : [ | ||
{ | ||
"resource" : { | ||
"db" : "config", | ||
"collection" : "" | ||
}, | ||
"actions" : [ | ||
"find" | ||
] | ||
} | ||
], | ||
"roles" : [ | ||
{ | ||
"role" : "read", | ||
"db" : "admin" | ||
} | ||
], | ||
"authenticationRestrictions" : [ ], | ||
"inheritedRoles" : [ | ||
{ | ||
"role" : "read", | ||
"db" : "admin" | ||
} | ||
], | ||
"inheritedPrivileges" : [ | ||
{ | ||
"resource" : { | ||
"db" : "config", | ||
"collection" : "" | ||
}, | ||
"actions" : [ | ||
"find" | ||
] | ||
}, | ||
{ | ||
"resource" : { | ||
"db" : "admin", | ||
"collection" : "" | ||
}, | ||
"actions" : [ | ||
"changeStream", | ||
"collStats", | ||
"dbHash", | ||
"dbStats", | ||
"find", | ||
"killCursors", | ||
"listCollections", | ||
"listIndexes", | ||
"planCacheRead" | ||
] | ||
}, | ||
{ | ||
"resource" : { | ||
"db" : "admin", | ||
"collection" : "system.js" | ||
}, | ||
"actions" : [ | ||
"changeStream", | ||
"collStats", | ||
"dbHash", | ||
"dbStats", | ||
"find", | ||
"killCursors", | ||
"listCollections", | ||
"listIndexes", | ||
"planCacheRead" | ||
] | ||
} | ||
], | ||
"inheritedAuthenticationRestrictions" : [ ], | ||
"isBuiltin" : false | ||
} | ||
bye |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
switched to db admin | ||
{ | ||
"_id" : "admin.role-one", | ||
"role" : "role-one", | ||
"db" : "admin", | ||
"privileges" : [ | ||
{ | ||
"resource" : { | ||
"cluster" : true | ||
}, | ||
"actions" : [ | ||
"addShard" | ||
] | ||
}, | ||
{ | ||
"resource" : { | ||
"db" : "config", | ||
"collection" : "" | ||
}, | ||
"actions" : [ | ||
"find", | ||
"insert", | ||
"remove", | ||
"update" | ||
] | ||
} | ||
], | ||
"roles" : [ | ||
{ | ||
"role" : "read", | ||
"db" : "admin" | ||
} | ||
], | ||
"authenticationRestrictions" : [ | ||
[ | ||
{ | ||
"clientSource" : [ | ||
"127.0.0.1" | ||
], | ||
"serverAddress" : [ | ||
"127.0.0.1" | ||
] | ||
} | ||
] | ||
], | ||
"inheritedRoles" : [ | ||
{ | ||
"role" : "read", | ||
"db" : "admin" | ||
} | ||
], | ||
"inheritedPrivileges" : [ | ||
{ | ||
"resource" : { | ||
"cluster" : true | ||
}, | ||
"actions" : [ | ||
"addShard" | ||
] | ||
}, | ||
{ | ||
"resource" : { | ||
"db" : "config", | ||
"collection" : "" | ||
}, | ||
"actions" : [ | ||
"find", | ||
"insert", | ||
"remove", | ||
"update" | ||
] | ||
}, | ||
{ | ||
"resource" : { | ||
"db" : "admin", | ||
"collection" : "" | ||
}, | ||
"actions" : [ | ||
"changeStream", | ||
"collStats", | ||
"dbHash", | ||
"dbStats", | ||
"find", | ||
"killCursors", | ||
"listCollections", | ||
"listIndexes", | ||
"planCacheRead" | ||
] | ||
}, | ||
{ | ||
"resource" : { | ||
"db" : "admin", | ||
"collection" : "system.js" | ||
}, | ||
"actions" : [ | ||
"changeStream", | ||
"collStats", | ||
"dbHash", | ||
"dbStats", | ||
"find", | ||
"killCursors", | ||
"listCollections", | ||
"listIndexes", | ||
"planCacheRead" | ||
] | ||
} | ||
], | ||
"inheritedAuthenticationRestrictions" : [ | ||
[ | ||
{ | ||
"clientSource" : [ | ||
"127.0.0.1" | ||
], | ||
"serverAddress" : [ | ||
"127.0.0.1" | ||
] | ||
} | ||
] | ||
], | ||
"isBuiltin" : false | ||
} | ||
bye |
Oops, something went wrong.