0.0
No commit activity in last 3 years
No release in over 3 years
Provide variables from rcredstash to hako
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
>= 0.2.0
>= 0.11.0
 Project Readme

Hako::EnvProviders::Rcredstash

Provide variables from rcredstash to hako

Coverage Status

codebeat badge

Installation

Add this line to your application's Gemfile:

gem 'hako-rcredstash'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hako-rcredstash

Usage

  1. Put encrypted value using rcredstash
$ rcredstash put encrypted.some_password 
secret value> veryverysecret
$ rcredstash get encrypted.some_password 
veryverysecret
  1. Setting hako and run it
  env:
    $providers:
      - type: rcredstash
    SOME_PASSWORD: ‘#{encrypted.some_password}'
  1. A value is set for the ECS environment variable
Environment Variables
Key Value
SOME_PASSWORD   veryverysecret