Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

mongodb-js/devtools-kerberos-playground

Repository files navigation

USAGE

Prerequisites

node.js and docker are required to run the tests.

Also for the first time:

  1. Add host entries to /etc/hosts
sudo npm run setup-host-entries
  1. Setup krb5.conf
sudo npm run setup-krb5-conf

Note: any previous /etc/krb5.conf will be backed up and replaced.

Run

Start the docker setup:

npm run start-server

And run the tests from a different terminal:

npm run test

Use MONGODB_SHELL_BINARY to specify a different shell, eg:

MONGODB_SHELL_BINARY=mongo36 npm run test

About

Playground repo for kerberos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published