Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit 974ae3f

Browse files
authored
chore: remove archived auth plugins (#161)
1 parent badc887 commit 974ae3f

File tree

4 files changed

+0
-70
lines changed

4 files changed

+0
-70
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
The Compass plugin responsible for gluing together other plugins:
44

55
- [compass-aggregations][compass-aggregations]
6-
- [compass-auth-kerberos][compass-auth-kerberos]
7-
- [compass-auth-ldap][compass-auth-ldap]
8-
- [compass-auth-x509][compass-auth-x509]
96
- [compass-auto-updates][compass-auto-updates]
107
- [compass-collection][compass-collection]
118
- [compass-collection-stats][compass-collection-stats]
@@ -104,9 +101,6 @@ Apache 2.0
104101
[enzyme-chai]: https://github.com/producthunt/chai-enzyme
105102
[jsdom]: https://github.com/tmpvar/jsdom
106103
[compass-aggregations]: https://github.com/mongodb-js/compass-aggregations
107-
[compass-auth-kerberos]: https://github.com/mongodb-js/compass-auth-kerberos
108-
[compass-auth-ldap]: https://github.com/mongodb-js/compass-auth-ldap
109-
[compass-auth-x509]: https://github.com/mongodb-js/compass-auth-x509
110104
[compass-auto-updates]: https://github.com/mongodb-js/compass-auto-updates
111105
[compass-collection]: https://github.com/mongodb-js/compass-collection
112106
[compass-collection-stats]: https://github.com/mongodb-js/compass-collection-stats

electron/renderer/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ import { AppContainer } from 'react-hot-loader';
88
import HomePlugin, { activate } from 'plugin';
99
import { activate as aggregationsActivate } from '@mongodb-js/compass-aggregations';
1010
import { activate as appActivate } from '@mongodb-js/compass-app-stores';
11-
import { activate as authKerbActivate } from '@mongodb-js/compass-auth-kerberos';
12-
import { activate as authLdapActivate } from '@mongodb-js/compass-auth-ldap';
13-
import { activate as authX509Activate } from '@mongodb-js/compass-auth-x509';
1411
import { activate as collectionActivate } from '@mongodb-js/compass-collection';
1512
import { activate as collectionStatsActivate } from '@mongodb-js/compass-collection-stats';
1613
import { activate as collectionDDLActivate } from '@mongodb-js/compass-collections-ddl';
@@ -51,9 +48,6 @@ global.hadronApp.instance = new MongoDBInstance();
5148
activate(appRegistry);
5249
aggregationsActivate(appRegistry);
5350
appActivate(appRegistry);
54-
authKerbActivate(appRegistry);
55-
authLdapActivate(appRegistry);
56-
authX509Activate(appRegistry);
5751
collectionActivate(appRegistry);
5852
collectionDDLActivate(appRegistry);
5953
collectionStatsActivate(appRegistry);

package-lock.json

Lines changed: 0 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
"devDependencies": {
4646
"@mongodb-js/compass-aggregations": "*",
4747
"@mongodb-js/compass-app-stores": "*",
48-
"@mongodb-js/compass-auth-kerberos": "*",
49-
"@mongodb-js/compass-auth-ldap": "*",
50-
"@mongodb-js/compass-auth-x509": "*",
5148
"@mongodb-js/compass-auto-updates": "*",
5249
"@mongodb-js/compass-collection": "*",
5350
"@mongodb-js/compass-collection-stats": "*",

0 commit comments

Comments
 (0)