Coder Social home page Coder Social logo

Read Variables from ENV about vault-creds HOT 5 OPEN

uswitch avatar uswitch commented on September 15, 2024
Read Variables from ENV

from vault-creds.

Comments (5)

Joseph-Irving avatar Joseph-Irving commented on September 15, 2024 1

I think the problem with Kingpin was easily overriding, based on flag/file/env etc. See this issue alecthomas/kingpin#208, however it looks like something has been implemented to try and make this better alecthomas/kingpin#209, so that could be worth a look. Although it's only on v3-unstable branch

from vault-creds.

Joseph-Irving avatar Joseph-Irving commented on September 15, 2024

Yeah, this seems like a reasonable thing to do, might look at switching to https://github.com/spf13/viper so that we can easily switch between flags, env and config file

from vault-creds.

arnitolog avatar arnitolog commented on September 15, 2024

I guess you don't need to switch to any other packet since you are already using kingpin. So you can easily add Env Vars:
vaultAddr = kingpin.Flag("vault-addr", "Vault address, e.g. https://vault:8200").Envar("VAULT_ADDR").String()
https://godoc.org/github.com/alecthomas/kingpin#FlagClause.Envar

from vault-creds.

Joseph-Irving avatar Joseph-Irving commented on September 15, 2024

true, I'm just thinking ahead as people might want a config file in the future

from vault-creds.

arnitolog avatar arnitolog commented on September 15, 2024

It looks like kingpin also has an option to read args from the config file:
https://godoc.org/github.com/alecthomas/kingpin#ExpandArgsFromFile

from vault-creds.

Related Issues (6)

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.