Closed coreymbe closed 2 years ago
that may have no external impact to Forge modules.
Puppetfiles
.These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.
Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.
Summary
Currently
Puppet::SSL::SSLContext
defaults are loaded when utilizingsplunk_hec
as a Puppet subcommand (i.e. metrics collection). As a result self-signed certificates are unable to be verified and CRL checks occur.Detailed Description
This commit adds the option to flip
verify_peer
as well ascertificate_revocation
to false (defaulting to true) within the module so the options are passed in when thePOST
request is made.Checklist
[X] Ensure README is updated [X] Any changes to existing documentation [X] Anything new added [X] Review Support Playbook for any needed updates [X] PR title is "(Ticket|Maint) Short Description" [X] Commit title matches PR title