summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/SConscript
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2021-02-25 15:22:09 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-25 22:45:55 +0000
commitafe0cd802663e0ee42387df1a2f694a62dcd8fd8 (patch)
treed1f4f6cf26f71042582c45561bb224bf30fd73ce /src/mongo/db/auth/SConscript
parent583a1ee38db44d359df465f387b9371f9ad1001b (diff)
downloadmongo-afe0cd802663e0ee42387df1a2f694a62dcd8fd8.tar.gz
SERVER-54500 Encode access_checks and resource_pattern match type as a string enums into IDL
Diffstat (limited to 'src/mongo/db/auth/SConscript')
-rw-r--r--src/mongo/db/auth/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/auth/SConscript b/src/mongo/db/auth/SConscript
index 44b85484553..6a2bb098b93 100644
--- a/src/mongo/db/auth/SConscript
+++ b/src/mongo/db/auth/SConscript
@@ -141,6 +141,7 @@ env.Library(
env.Library(
target='auth_impl_internal',
source=[
+ 'access_checks.idl',
'authorization_contract.idl',
'authorization_manager_impl.cpp',
'authorization_session_impl.cpp',