summaryrefslogtreecommitdiff
path: root/buildscripts/smoke_config/auth_shell.yaml
blob: 56388ebb5554f66d997996e6cb72f72a60c01809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Options to set for authorization with a mongod host
suite:
  exclude_tags:
  - ^auth_internal$

executor:
  fixtures:
    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