Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/vault filter #33

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mindriot88
Copy link

  • 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.

@ahmet2mir
Copy link

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

@pirxthepilot
Copy link

Any updates when this PR will be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants