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 support for reading Auth data from a file on disk #159

Closed
wants to merge 2 commits into from
Closed

Add support for reading Auth data from a file on disk #159

wants to merge 2 commits into from

Commits on Apr 15, 2019

  1. [reloader] Add support for multiple config files

    Currently the config file expects there to only be one config file
    watched.  However, the nats config file can include other paths, and
    we may also want to watch those.
    
    This commit implements being able to specify an arbtirary number of
    configuration files to be watched.
    schancel committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    cc3370a View commit details
    Browse the repository at this point in the history
  2. Enable specifing a ClientsAuthFile for user authorization data

    This commit adds support from reading the authorization section of the
    gnatsd config from a JSON file located within the nats-operator container.
    This allows secrets the data to be placed on disk using sidecars like
    consul-template.
    
    Depends on #171
    schancel committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    d1171e8 View commit details
    Browse the repository at this point in the history