Giter Site home page Giter Site logo

Comments (13)

mkhorton avatar mkhorton commented on July 22, 2024

I started working on this a while back but stalled .. is the vault service on matgen8 still running? I can see the gui but can't seem to login via a github token, and I used to be able to

from maggma.

shreddd avatar shreddd commented on July 22, 2024

picking this up

from maggma.

shreddd avatar shreddd commented on July 22, 2024

shyamd [10:27 AM]
inherit from Mongo
MongoStore
and make a new init
that can grab all the credentials

mkhorton [10:30 AM]
and yes .. something like

class VaultMongoStore(MongoStore):   
  
    def __init__(vault_key='key_for_a_specific_credential'): # lookup credential from vault        
       super.__init__(...with vault credentials...)

from maggma.

shreddd avatar shreddd commented on July 22, 2024

@mkhorton - how does the user pass in vault config? Specifically, I need the

  • vault_host
  • vault_secret_path
  • vault_token

I'm currently just defining these as args to init but it would be good to think about how this is configured.

from maggma.

shyamd avatar shyamd commented on July 22, 2024

We thought these might be environment variables or read in default locations? This is something where your insight in a balance of security/accessibility would be useful.

from maggma.

mkhorton avatar mkhorton commented on July 22, 2024

This hasn't been written yet, so however you think is best?

Personally I think the vault_token should be an env variable as @shyamd says, rather than a kwarg. Because kwarg arguments might get serialized somewhere. And probably makes sense to set the vault_host as an env variable too, because we'll only have one vault host, so we can set it and forget it.

vault_secret_path is probably what we want as the init arg to VaultMongoStore() though

from maggma.

mkhorton avatar mkhorton commented on July 22, 2024

The point is that the secret paths aren't sensitive/shouldn't be treated as secrets themselves, since they are what we'll distribute to people to help them get connected, so using those as the input arg to VaultMongoStore is fine (and helpful!).

from maggma.

shreddd avatar shreddd commented on July 22, 2024

OK - Mongostore also expects there to be a collection_name - would this be passed in as well?

from maggma.

shyamd avatar shyamd commented on July 22, 2024

That should probably be passed in with the secret path

from maggma.

mkhorton avatar mkhorton commented on July 22, 2024

+1

from maggma.

shreddd avatar shreddd commented on July 22, 2024

OK - See https://github.com/materialsproject/maggma/tree/issue_8_vault_store for a proposed implementation

I wanted to check if this is the approximate API you want. Not quite sure how to test though!

from maggma.

shreddd avatar shreddd commented on July 22, 2024

Also - Should this live in advanced_stores.py or stores.py?

from maggma.

shyamd avatar shyamd commented on July 22, 2024

I think advanced Stores is the appropriate spot for it.

from maggma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.