summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_type.idl
diff options
context:
space:
mode:
authorMoustafa Maher <m.maher@10gen.com>2021-03-03 00:08:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-09 23:21:48 +0000
commitf4a56b57cb8e8fe267dfed4966b52c16dd5b489f (patch)
tree24ddd5e1cae2de2b9715dfda98239e48cd9638fd /src/mongo/db/auth/action_type.idl
parent3e4f8585dea5f0c29509643a72664aa30ef4d149 (diff)
downloadmongo-f4a56b57cb8e8fe267dfed4966b52c16dd5b489f.tar.gz
SERVER-36263 Bypassing operation validation in applyOps should require special privilege
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 e490534ffcb..05876605f42 100644
--- a/src/mongo/db/auth/action_type.idl
+++ b/src/mongo/db/auth/action_type.idl
@@ -172,6 +172,7 @@ enums:
validate : "validate"
viewRole : "viewRole"
viewUser : "viewUser"
+ applyOps : "applyOps"
MatchType:
description: "test"