Giter VIP home page Giter VIP logo

chemtrails's Introduction

Chemtrails

Build Status Code Climate Test Coverage

This gem allows you to fetch the configuration for your rails app from a Spring Cloud Config server.

Installation

Add this line to your application's Gemfile:

gem 'chemtrails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install chemtrails

Configuration

To use your own config server, set the location and of your config server and any necessary credentials in the environment:

CONFIG_SERVER_URL=http://localhost:8080
CONFIG_SERVER_USERNAME=username
CONFIG_SERVER_PASSWORD=password

To use a Config Server service on PWS, set:

USE_P_CONFIG_SERVER_SERVICE=true

The rest of the configuration is the same regardless of what type of server you are using.

If you want to request values that are not on the master branch, you can optionally supply the branch name:

CONFIG_SERVER_BRANCH=production

If this is not provided, Spring Cloud Config will return values from the master branch.

You will also need to set your Rails environment so that Chemtrails knows which profile to fetch properties for.

RAILS_ENV={env}

If you'd like to fetch properties from a different profile (or multiple profiles) use CONFIG_SERVER_PROFILE_ACTIVE to override. e.g.

CONFIG_SERVER_PROFILE_ACTIVE=staging,web,noclip,muted

When your Rails app boots, it will fetch the configuration for the given environment from the config server and populate the ENV with the values it finds. It will use the application name and environment name to determine which set of values to fetch. For example, if the application is named Sandwich and is running in the production environment, it will fetch the configuration from the endpoint $CONFIG_SERVER_URL/sandwich/production. With Spring Cloud Config, this corresponds to a property source named sandwich-production.properties.

Disabling

If you do not provide a CONFIG_SERVER_URL then Chemtrails will not try to fetch variables from a config server.

Releasing a new version

Increase the version number in lib/chemtrails/version.rb

gem build chemtrails.gemspec
gem push chemtrails-$VERSION.gem

Credentials are in lastpass

License

The gem is available as open source under the terms of the MIT License.

chemtrails's People

Contributors

cobyrne-pivot avatar erd avatar kayline avatar tophat8855 avatar wschaefer-cfa avatar xtreme-peter-iskandar avatar zacpivotal avatar

Watchers

 avatar  avatar

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.