summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_type.idl
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2023-04-03 14:44:19 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-03 17:28:41 +0000
commitb29c35ee63c1eb1fead39db7293e751e9ae173d8 (patch)
tree3c590322f6dcf311a89c2552ec5aaaed2226e85a /src/mongo/db/auth/action_type.idl
parent1cace66e813b95207985fb612bfcbb99dd733878 (diff)
downloadmongo-b29c35ee63c1eb1fead39db7293e751e9ae173d8.tar.gz
SERVER-74527 Adding security infrastructure for directShardOperations
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 6d102ae5d5a..5ae0b8466fa 100644
--- a/src/mongo/db/auth/action_type.idl
+++ b/src/mongo/db/auth/action_type.idl
@@ -121,6 +121,7 @@ enums:
insert : "insert"
internal : "internal" # Special action type that represents internal actions
invalidateUserCache : "invalidateUserCache"
+ issueDirectShardOperations: "issueDirectShardOperations"
killAnyCursor : "killAnyCursor"
killAnySession : "killAnySession"
killCursors : "killCursors" # Deprecated in favor of killAnyCursor