Skip to content

Commit

Permalink
Fix badge, link to AWS KMS/IAM integration (voxpupuli#245)
Browse files Browse the repository at this point in the history
* Fix badge, add a How-To section
  • Loading branch information
rnelson0 authored Aug 1, 2017
1 parent e861eb7 commit 68dfa05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Hiera eyaml
===========

[![Build Status](https://travis-ci.org/TomPoulton/hiera-eyaml.png?branch=master)](https://travis-ci.org/TomPoulton/hiera-eyaml)
[![Build Status](https://travis-ci.org/voxpupuli/hiera-eyaml.png?branch=master)](https://travis-ci.org/voxpupuli/hiera-eyaml)

hiera-eyaml is a backend for Hiera that provides per-value encryption of sensitive data within yaml files
to be used by Puppet.
Expand Down Expand Up @@ -341,7 +341,10 @@ This is a list of available plugins:
Note that this plugin mandates the user enter a password. It is useful for non-automated scenarios, and is not advised to be used
in conjunction with puppet, as it requires entry of a password over a terminal.
- [hiera-eyaml-kms](https://github.com/adenot/hiera-eyaml-kms) - Encryption using AWS Key Management Service (KMS)

### How-To's:

- [How to use different Hiera/Eyaml keys for different environments using the AWS Parameter Store to store the encryption keys for Hiera/Eyaml](https://gist.github.com/FransUrbo/88b26033cb513a8aa569bd5392a427b1).

Notes
-----
Expand Down

0 comments on commit 68dfa05

Please sign in to comment.