DataDog / dogapi-rb

Ruby client for Datadog's API
https://www.datadoghq.com
BSD 3-Clause "New" or "Revised" License
96 stars 88 forks source link

Allow skipping SSL verification #246

Closed albertvaka closed 3 years ago

albertvaka commented 3 years ago

What does this PR do?

Fixes #243

Description of the Change

Adds an argument to disable SSL/TLS verification.

This will be set by chef-handler-datadog if the option with the same name is enabled in the Agent.

I don't think we need to document this option as we don't want people using it.