DataDog / datadog-lambda-extension

Datadog Lambda Extension
Apache License 2.0
76 stars 4 forks source link

feat: support HTTPS_PROXY #381

Open astuyve opened 4 weeks ago

astuyve commented 4 weeks ago

Reqwest supports HTTPS_PROXY by default, so we're good there - but it breaks registration. So we need to specify noproxy for that (because it's no longer localhost it's on a link-local IP).

This requires changes in libdatadog: https://github.com/DataDog/libdatadog/pull/658