hiera-vault icon indicating copy to clipboard operation
hiera-vault copied to clipboard

Feature/vault filter

Open mindriot88 opened this issue 7 years ago • 2 comments

  • Adds the ability to limit requests make to the vault backend based on a key prefix.
  • filter mode allows the given filter prefix to be stripped from the key prior to vault lookup.

The driver behind this change in my case was the volume of requests coming from class parameter lookups during each catalog compilation was slowing my puppet runs down and in some cases causing catalogs to fail to compile due to errors querying vault.

In my case I am using vault for only a limited sub set of secrets so exposing all hiera lookups to the vault wasn't necessary.

mindriot88 avatar Aug 21 '17 19:08 mindriot88

Any state on this PR ? @jsok ? Currently I must ignore via nginx reverse proxy ....

ahmet2mir avatar Dec 22 '17 10:12 ahmet2mir

Any updates when this PR will be merged?

pirxthepilot avatar Jan 02 '18 05:01 pirxthepilot