zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

Allow insecure certificates is not supported #322

Closed matt-canty-dragon closed 4 years ago

matt-canty-dragon commented 4 years ago

allow_insecure is not supported in Synthetics.

Expected as option here: https://github.com/zorkian/go-datadog-api/blob/master/synthetics.go#L54-L63

Documentation on the topic: https://docs.datadoghq.com/synthetics/api_tests/?tab=httptest

image

nsuarezcanton commented 4 years ago

I've made a quick PR for this issue: https://github.com/zorkian/go-datadog-api/pull/324. Thanks for surfacing this!