summaryrefslogtreecommitdiff
path: root/buildscripts/smoke_config/auth.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/smoke_config/auth.yaml')
-rw-r--r--buildscripts/smoke_config/auth.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/buildscripts/smoke_config/auth.yaml b/buildscripts/smoke_config/auth.yaml
new file mode 100644
index 00000000000..102c8721b3f
--- /dev/null
+++ b/buildscripts/smoke_config/auth.yaml
@@ -0,0 +1,27 @@
+# Options to set for authorization with a mongod host
+suite:
+ exclude_tags:
+ - ^auth_internal$
+
+executor:
+ fixtures:
+ mongodb_server:
+ mongod_options:
+ auth: ''
+ keyFile: ./jstests/libs/authTestsKey
+ set_parameters:
+ enableLocalhostAuthBypass: false
+ shell_globals:
+ TestData:
+ auth: true
+ authMechanism: MONGODB-CR
+ keyFile: ./jstests/lib/authTestsKey
+ keyFileData: Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly
+ testers:
+ js_test:
+ shell_options:
+ authenticationDatabase: local
+ authenticationMechanism: MONGODB-CR
+ password: Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly
+ username: __system
+