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

#229 Add OpenTelemetry Collector Server Auth Extensions to Receivers #1

Closed
wants to merge 17 commits into from

Conversation

aidanleuck
Copy link
Owner

@aidanleuck aidanleuck commented Nov 30, 2024

PR Description

Adds server authentication support to otelcol.receivers.* that support the OpenTelemetry collector auth extension model. Some receivers are not wrappers of the collector so they are excluded from this PR.

Receivers that now support server auth:

  • Datadog
  • Jaeger
  • Otlp
  • Opencensus
  • Zipkin
  • Jaeger_Remote_Sampling

Which issue(s) this PR fixes

Fixes grafana#229

Notes to the Reviewer

TestAuthServer in auth_basic_test.go is consistently failing due to a race condition in startup. Any ideas or potential solutions to this problem would be appreciated. The auth_basic plugin appears to function as expected when running from the binary.

User interface for client auth has not changed.

PR Checklist

  • [ x ] CHANGELOG.md updated
  • [ x ] Documentation added
  • [ x ] Tests updated

@aidanleuck aidanleuck changed the title Feature/add auth to otlp receiver Add OpenTelemetry Collector Server Auth Extensions to Receivers Nov 30, 2024
@aidanleuck aidanleuck changed the title Add OpenTelemetry Collector Server Auth Extensions to Receivers #229 Add OpenTelemetry Collector Server Auth Extensions to Receivers Dec 1, 2024
@aidanleuck aidanleuck closed this Dec 2, 2024
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

Successfully merging this pull request may close these issues.

Support auth for otelcol.receiver components
1 participant