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

feat: allow connecting to insecure OpenTelemetry endpoints with STEAMPIPE_OTEL_INSECURE environment variable #694

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

pdecat
Copy link
Contributor

@pdecat pdecat commented Oct 26, 2023

Especially useful when connecting to a local OpenTelemetry ingesting server

@pdecat pdecat force-pushed the feat/allow_insecure_otel branch from 00778f8 to efd2642 Compare October 26, 2023 12:50
@pdecat
Copy link
Contributor Author

pdecat commented Oct 26, 2023

Without this change, trying to use a local insecure OpenTelemetry server triggers this error message:

# steampipe service start
Error: failed to initialise functions: ERROR: failed to initialise telemetry: grpc: no transport security set (use grpc.WithTransportCredentials(insecure.NewCredentials()) explicitly or set credentials) (SQLSTATE HV000)

@kaidaguerre
Copy link
Contributor

@pdecat please could you kick off the tests again and rebase if needed, let's try to merge this finally

…PIPE_OTEL_INSECURE environment variable

Especially useful when connecting to a local OpenTelemetry ingesting server
@pdecat pdecat force-pushed the feat/allow_insecure_otel branch from efd2642 to 12ac152 Compare February 1, 2024 13:41
@pdecat
Copy link
Contributor Author

pdecat commented Feb 1, 2024

Rebased, and chaos acceptance tests are still failing.

@pskrbasu pskrbasu merged commit 2f7e8e2 into turbot:main Feb 8, 2024
1 of 2 checks passed
@pskrbasu
Copy link
Contributor

pskrbasu commented Feb 8, 2024

We sincerely apologize for the oversight, @pdecat. Unfortunately, this PR slipped our attention.

@pdecat pdecat deleted the feat/allow_insecure_otel branch February 8, 2024 13:03
@pdecat
Copy link
Contributor Author

pdecat commented Feb 8, 2024

Hi @pskrbasu, no problem :) Thanks!

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.

3 participants