zorkian / go-datadog-api

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

/validate endpoint does not check app key validity #279

Closed tonglil closed 4 years ago

tonglil commented 4 years ago

https://docs.datadoghq.com/api/?lang=bash#authentication

This only checks the API key. You can supply a bad APP key and it will still be valid if only the API key is valid.

bkabrda commented 4 years ago

Good catch, thanks for this. Merging.