Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove hard MongoDB dependencies from pub-auth-service and pub-issue-service #44

Open
wkerckho opened this issue Jul 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@wkerckho
Copy link
Contributor

The modules pub-auth-service and pub-issue-service directly interface with MongoDB via the Vert.x Mongo client, which is problematic when users want to e.g. swap out the MetaStore implementation.

For pub-auth-service, a Mongo connection is used for the KeyStore, maybe we should integrate this functionality in the IdentityStore interface?

For pub-issue-service, this is more difficult, as I don't see issues as a core part of the Obelisk API. Maybe this module should be seen as an extension and be removed from the main repo?

@wkerckho wkerckho added the enhancement New feature or request label Jul 15, 2022
@github-actions
Copy link
Contributor

The issue had no activity for 30 days, mark with Stale label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants