puppetlabs / puppetlabs-splunk_hec

Apache License 2.0
9 stars 24 forks source link

(PIE-1329) Secure sensitive data #204

Closed coreymbe closed 1 year ago

coreymbe commented 1 year ago

Summary

This PR utilizes the custom function splunk_hec::secure to move credential data to a separate file under a new splunk_hec subdir.

Detailed Description

Checklist

[X] Ensure README is updated [X] Any changes to existing documentation [X] Anything new added [X] Link to external Puppet documentation [X] PR title is "(Ticket|Maint) Short Description" [X] Commit title matches PR title

coreymbe commented 1 year ago

This is currently failing tests on Puppet 8 due to PUP-11846.

The test against puppet8-nightly should pass once Puppet 8.2 is released.