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

Add configuration options to filter facts out in puppetdb termini #3998

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

traylenator
Copy link

This changeset adds two configuration options used by the facts PuppetDB indirector:

  • fact_names_blocklist
  • fact_names_blocklist_regex

They can be used to configure a list of fact names that will never be sent to PuppetDB, based on exact fact names or regular expressions.

This MR obsoletes - #2634

This changeset adds two configuration options used by the facts PuppetDB
indirector:

  * fact_names_blocklist
  * fact_names_blocklist_regex

They can be used to configure a list of fact names that will never be
sent to PuppetDB, based on exact fact names or regular expressions.
@traylenator traylenator requested review from a team as code owners September 11, 2024 15:15
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@traylenator
Copy link
Author

CLA is already signed due to agreement between puppetlabs and CERN IT.

@puppetlabs-jenkins
Copy link
Contributor

Can one of the admins verify this patch?

@traylenator
Copy link
Author

I realise since this patch was originally written PuppetDB itself can be configured to block facts however we have been running this way for years and dropping the facts earlier makes sense.

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.

4 participants