You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM datadog/docker-dd-agent:latest-alpine
ENV API_KEY=<API_KEY>
COPY conf.d /conf.d
Run the docker image
Describe the results you received:
initialize check class [ERROR]: OSError('Unable to locate embedded directory. Please specify ca_certs in your http yaml configuration file.',)
Describe the results you expected:
I expected the http_check to not try to load the default certs directory(inside embedded) if the ca_certs is set or if disable_ssl_validation is set.
Additional information you deem important (e.g. issue happens only occasionally):
This only happens with the alpine image.
The text was updated successfully, but these errors were encountered:
Output of the info page
Additional environment details (Operating System, Cloud provider, etc):
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
I expected the http_check to not try to load the default certs directory(inside embedded) if the ca_certs is set or if disable_ssl_validation is set.
Additional information you deem important (e.g. issue happens only occasionally):
This only happens with the alpine image.
The text was updated successfully, but these errors were encountered: