summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_type.idl
diff options
context:
space:
mode:
authorJosef Ahmad <josef.ahmad@mongodb.com>2021-12-15 11:30:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-15 12:26:24 +0000
commiteddd659580fc123251a0bb0430bf10faf1732f2d (patch)
treec54492065181bff5b6a9fc46eae7524368a861ea /src/mongo/db/auth/action_type.idl
parenta3741453e5c602514b1b9554e236792204ab907e (diff)
downloadmongo-eddd659580fc123251a0bb0430bf10faf1732f2d.tar.gz
SERVER-61955 Make dbCheck a generally available command
Remove the dependency on enableTestCommands and make dbCheck available to users with clusterManager built-in role.
Diffstat (limited to 'src/mongo/db/auth/action_type.idl')
-rw-r--r--src/mongo/db/auth/action_type.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/auth/action_type.idl b/src/mongo/db/auth/action_type.idl
index 883d022a253..c789cceb004 100644
--- a/src/mongo/db/auth/action_type.idl
+++ b/src/mongo/db/auth/action_type.idl
@@ -72,6 +72,7 @@ enums:
createIndex : "createIndex" # ID only
createRole : "createRole"
createUser : "createUser"
+ dbCheck : "dbCheck"
dbHash : "dbHash"
dbStats : "dbStats"
dropAllRolesFromDatabase : "dropAllRolesFromDatabase" # ID only