# Options to set for authorization with a mongod host
suite:
  exclude_tags:
  - ^auth_internal$

executor:
  fixtures:
    shell_globals:
      TestData:
        auth: true
        authMechanism: SCRAM-SHA-1
        keyFile: ./jstests/lib/authTestsKey
        keyFileData: Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly
  testers:
    js_test:
      shell_options:
        authenticationDatabase: local
        authenticationMechanism: SCRAM-SHA-1
        password: Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly
        username: __system

