summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSpencer Jackson <spencer.jackson@mongodb.com>2019-05-13 18:16:23 -0400
committerSpencer Jackson <spencer.jackson@mongodb.com>2019-05-14 09:38:24 -0400
commit8ae136589ed37aa5fe3c5403837f4ba0509a2d00 (patch)
treeb7a48b9ceb8fc463525051fb62103b9dd94e67ce /src
parent02f1d3c5196953588c7a2d3e9aa0114eb7e1c643 (diff)
downloadmongo-8ae136589ed37aa5fe3c5403837f4ba0509a2d00.tar.gz
SERVER-41044 Add runAsLessPrivilegedUser ActionType
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/auth/action_types.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/auth/action_types.txt b/src/mongo/db/auth/action_types.txt
index 8ae39298cff..a353f154847 100644
--- a/src/mongo/db/auth/action_types.txt
+++ b/src/mongo/db/auth/action_types.txt
@@ -102,6 +102,7 @@
"revokePrivilegesFromRole", # Not used for permissions checks, but to id the event in logs.
"revokeRolesFromRole", # Not used for permissions checks, but to id the event in logs.
"revokeRolesFromUser", # Not used for permissions checks, but to id the event in logs.
+"runAsLessPrivilegedUser",
"serverStatus",
"setAuthenticationRestriction",
"setFeatureCompatibilityVersion",