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

Feature: Replace Mongogrant with Vault #351

Open
shyamd opened this issue Dec 4, 2020 · 0 comments
Open

Feature: Replace Mongogrant with Vault #351

shyamd opened this issue Dec 4, 2020 · 0 comments
Assignees

Comments

@shyamd
Copy link
Contributor

shyamd commented Dec 4, 2020

Vault has done a lot upgrade it's capabilities since the vault store was first created. It would be nice to rebuild our VaultStore so that we can replace mongogrant with all its fickleness and brittleness with Vault.

Overall goals

  • A single VaulStore class that encapsulates all the interaction with the Vault Server, including potentially storing the Vault access token
  • access vault only on connect, create the corresponding Store, IE Atlas and MongoDB credentials become a MongoStore, and don't store authentication information
  • Access to the underlying store should be completely opaque. IE you still run vault_store.query, not vault_store.connected_store.query etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants