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

Add env variable support for configuration #339

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Feb 19, 2018

  1. Add env variable support for configuration

    This commit also makes possible to use json files as configuration
    files via `viper` configuration library. And contains breaking changes
    to configuration.
    
    Because of viper's limitations of detecting new map keys from env
    variables, a little procedure goes trough prefixed env variables and
    override viper settings by the parsed value of them. If the
    configuration file is in yaml format env variables can contain correct
    yaml strings and they will be parsed correctly. This behaviour is same
    for json files too.
    umurgdk committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    36236d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39d7bc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5ac346 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4644d20 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Merge branch 'master' of https://github.com/mobingilabs/docker_auth i…

    …nto upstream
    
    # Conflicts:
    #	auth_server/authn/github_auth.go
    #	auth_server/authn/ldap_auth.go
    #	auth_server/authn/static_auth.go
    #	auth_server/authz/acl_mongo.go
    #	auth_server/main.go
    #	auth_server/mgo_session/mgo_session.go
    #	auth_server/server/config.go
    ewassef committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    49c21f7 View commit details
    Browse the repository at this point in the history
  2. resolving merge conflicts

    ewassef committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8028e98 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. fixing tests

    ewassef committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f11cc4e View commit details
    Browse the repository at this point in the history
  2. documentation updates

    ewassef committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    31e2434 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    33f64bc View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    techknowlogick committed May 25, 2022
    Configuration menu
    Copy the full SHA
    4ee7e35 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    10e946c View commit details
    Browse the repository at this point in the history