Skip to content
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

Closed
alolita opened this issue Jan 30, 2021 · 1 comment
Assignees

Comments

@alolita
Copy link
Member

alolita commented Jan 30, 2021

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 -

  • adding a warning which is actively communicated to the user
  • recommend storing the token securely at rest (encryption at rest)
  • recommend adding clear documentation itemizing security risks bundled in the exporter folder

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

@mx-psi
Copy link
Member

mx-psi commented Feb 10, 2021

@alolita I replied on issue #2232 to see if we can find a solution shared across exporters with similar needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants