Forge Home

hiera_vault

Hiera 5 backend to query data lookups from vault

172,629 downloads

30,795 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 2.0.0 (latest)
  • 1.0.0
  • 0.4.0
  • 0.3.0
  • 0.2.0
  • 0.1.0
released Jul 29th 2021
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2016.4.x
  • Puppet >= 4.10.0 < 7.0.0
  • , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'petems-hiera_vault', '2.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add petems-hiera_vault
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install petems-hiera_vault --version 2.0.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

petems/hiera_vault — version 2.0.0 Jul 29th 2021

Change log

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.0.0 (2020-05-17)

Full Changelog

Closed issues:

  • handshake_failure #39
  • How to protect the token? #35
  • Secret search path joined into one path instead of iteration over paths #29
  • tag is not in sync with the version #28
  • Supporting k/v v2 #23

Merged pull requests:

  • cleanup syntax highlighting / please md linter #53 (bastelfreak)
  • Fixes approach for V1 pathing #52 (petems)
  • Continue with next path on vault error #50 (Thor77)
  • Add note about using with Vault Agent #49 (yakatz)
  • Adds newer Vault versions to Travis #45 (petems)
  • Adds v2 fix for default\_field #44 (petems)
  • Fix kv2 support #43 (maxadamo)
  • Add documentation for strip_from_keys option #42 (Thor77)
  • Makes it compatible with Vault KV version 1 and 2 #41 (arcenik)
  • Fixes VAULT_TOKEN usage and multiple paths per mount #32 (fuero)

v0.4.1 (2019-06-21)

Full Changelog

Merged pull requests:

  • Update Rspec setup #37 (petems)
  • Fixed bug with multiple paths in mount #31 (kozl)

v0.3.1 (2019-05-02)

Full Changelog

Closed issues:

  • Token Field does not Support JSON Files #34
  • Feature Request: Renew Token Key #33
  • can't use standby node #27
  • Lots of CLOSE_WAITS to Vault #25

Merged pull requests:

v0.2.2 (2019-01-10)

Full Changelog

v0.2.1 (2019-01-10)

Full Changelog

Closed issues:

  • Add note to readme about puppetserver JRUBY #24
  • Backend fails without gems #18
  • debouncer issue? #14
  • can't setup puppet module #12
  • Returned value should be not_found() if secret not found #10

Merged pull requests:

  • Re-adds caching vault object logic #26 (petems)
  • Updating README to reflect kv v1 engine compatibility #20 (radupantiru)
  • read a token from file when exists #16 (pulecp)

v0.1.1 (2018-12-09)

Full Changelog

Closed issues:

  • No value returned by hiera-vault backend #17

0.1.0 (2018-06-21)

Full Changelog

Closed issues:

  • Problems with later versions of vault gem and puppetserver #5

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator