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

[telemetrygen] Fix case where CA is intentionally unset to derive from host CA pool #31249

Closed
wants to merge 1 commit into from
Closed

[telemetrygen] Fix case where CA is intentionally unset to derive from host CA pool #31249

wants to merge 1 commit into from

Conversation

AlexDCraig
Copy link
Contributor

@AlexDCraig AlexDCraig commented Feb 14, 2024

Description:

The introduction of TLS configuration broke cases where an individual wants to use the default root CAs provided by the host environment. This adds that functionality back by saying that if a CA file is provided, we will adjust the root CA pool, but not otherwise.

Link to tracking Issue: 31191

Testing: Run telemetrygen against metrics, traces, logs http and grpc endpoints. Test by explicitly providing the root CA cert and not.

Documentation:

@AlexDCraig AlexDCraig requested a review from a team February 14, 2024 00:21
Copy link

CLA Not Signed

@AlexDCraig AlexDCraig changed the title Fix unset ca case in http and grpc [telemetrygen] Fix unset ca case in http and grpc Feb 14, 2024
@github-actions github-actions bot added the cmd/telemetrygen telemetrygen command label Feb 14, 2024
@AlexDCraig AlexDCraig changed the title [telemetrygen] Fix unset ca case in http and grpc [telemetrygen] Fix case where CA is intentionally unset to derive from host CA pool Feb 14, 2024
@bryan-aguilar
Copy link
Contributor

bryan-aguilar commented Feb 14, 2024

Please sign the CLA and I'll be happy to kick off the workflows.

@bryan-aguilar
Copy link
Contributor

Were you able to identify the PR that caused this regression?

@AlexDCraig AlexDCraig closed this Feb 14, 2024
@AlexDCraig AlexDCraig deleted the dev/fix-unset-ca-case branch February 14, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/telemetrygen telemetrygen command
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants