summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/generic.idl
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2021-03-21 22:46:19 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-22 03:34:46 +0000
commit95f8791e5fcbe1945a7ecb3284079c1d8371f212 (patch)
tree49a97309b2daed75ca6f615e0351ba2a4d9bc3f9 /src/mongo/db/commands/generic.idl
parent68dbfa5edbb55fec190e508607cf2276367f4f93 (diff)
downloadmongo-95f8791e5fcbe1945a7ecb3284079c1d8371f212.tar.gz
SERVER-54525 Access_check for none commands
Diffstat (limited to 'src/mongo/db/commands/generic.idl')
-rw-r--r--src/mongo/db/commands/generic.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/commands/generic.idl b/src/mongo/db/commands/generic.idl
index b4c54b7568d..736d3059893 100644
--- a/src/mongo/db/commands/generic.idl
+++ b/src/mongo/db/commands/generic.idl
@@ -74,5 +74,7 @@ commands:
command_name: ping
strict: true
api_version: 1
+ access_check:
+ none: true
namespace: ignored
reply_type: OkReply