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

agents: fix grpc insecure opt initialization #247

Closed
wants to merge 1 commit into from

Conversation

santigimeno
Copy link
Member

OtlpGrpcClientOptions.use_ssl_credentials is not initialized by default to false as it happens with all their children. Make sure it is otherwise it can produce undesired behaviour.

`OtlpGrpcClientOptions.use_ssl_credentials` is not initialized by
default to `false` as it happens with all their children. Make sure it
is otherwise it can produce undesired behaviour.
@santigimeno santigimeno requested a review from juanarbol January 9, 2025 13:13
@santigimeno santigimeno self-assigned this Jan 9, 2025
santigimeno added a commit that referenced this pull request Jan 9, 2025
`OtlpGrpcClientOptions.use_ssl_credentials` is not initialized by
default to `false` as it happens with all their children. Make sure it
is otherwise it can produce undesired behaviour.

PR-URL: #247
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
@santigimeno
Copy link
Member Author

Landed in c82802a

@santigimeno santigimeno closed this Jan 9, 2025
@santigimeno santigimeno deleted the santi/fix_grpc_insecure branch January 9, 2025 20:29
santigimeno added a commit that referenced this pull request Jan 9, 2025
`OtlpGrpcClientOptions.use_ssl_credentials` is not initialized by
default to `false` as it happens with all their children. Make sure it
is otherwise it can produce undesired behaviour.

PR-URL: #247
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
santigimeno added a commit that referenced this pull request Jan 9, 2025
`OtlpGrpcClientOptions.use_ssl_credentials` is not initialized by
default to `false` as it happens with all their children. Make sure it
is otherwise it can produce undesired behaviour.

PR-URL: #247
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
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.

2 participants