-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datadogexporter: Add warning to user for insecure storage of user credentials at rest #2230
Comments
flands
added a commit
to flands/opentelemetry-collector-contrib
that referenced
this issue
Feb 13, 2021
bogdandrutu
pushed a commit
that referenced
this issue
Feb 16, 2021
kisieland
referenced
this issue
in kisieland/opentelemetry-collector-contrib
Mar 16, 2021
pmatyjasek-sumo
pushed a commit
to pmatyjasek-sumo/opentelemetry-collector-contrib
that referenced
this issue
Apr 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When using the the datadogexporter to connect with the backend service the user has to input API tokens in plain text which is exposed at rest. This is a security exposure that needs to be communicated to the user.
Describe the solution you'd like
The solution proposed includes -
Additional context
Unit tests exists but is not enough for an user to understand this security risk. See related unit test
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/datadogexporter/metadata/metadata_test.go#L101
The text was updated successfully, but these errors were encountered: