This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
The suggested workaround for CVE-2020-7943 does not result in a working stack #130
Open
Description
Describe the Bug
When setting "enable_client_cert => false" on the "puppet_metrics_dashboard::profile::puppetdb" class like the readme suggests, the puppetdb_metrics.each loop should switch to creating 'http' urls, in stead of 'https', otherwise all requests result in 403 responses, due to the protocol mismatch.
Expected Behavior
What the documentation suggests, should actually be feasible