Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Compass plugin for connecting to MongoDB using x.509 authentication.

License

Notifications You must be signed in to change notification settings

mongodb-js/compass-auth-x509

Repository files navigation

Compass X.509 Plugin

Compass X.509 Plugin

Usage

This plugin registers the main component as a Connect.AuthenticationMethod role for the Compass connect plugin to use. The extensions add functionality to the connect plugin's main store.

Scripts

link-plugin: Links the Compass plugin and Compass for development along with React to ensure the plugin and Compass are using the same React instance.

COMPASS_HOME=/path/to/my/compass npm run link-plugin

unlink-plugin: Restores Compass and the plugin to their original unlinked state.

COMPASS_HOME=/path/to/my/compass npm run unlink-plugin

License

Apache 2.0