-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[configtls] Use configtls.NewDefaultClientConfig instead of manually creating struct #36064
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
Closed
51 tasks
Labels
Comments
I'll help out with this. |
This was referenced Nov 5, 2024
Pinging code owners for cmd/opampsupervisor: @evan-bradley @atoulme @tigrannajaryan. See Adding Labels via Comments if you do not have permissions to add labels yourself. For example, comment '/label priority:p2 -needs-triaged' to set the priority and remove the needs-triaged label. |
andrzej-stencel
pushed a commit
that referenced
this issue
Dec 16, 2024
sbylica-splunk
pushed a commit
to sbylica-splunk/opentelemetry-collector-contrib
that referenced
this issue
Dec 17, 2024
mterhar
pushed a commit
to mterhar/opentelemetry-collector-contrib
that referenced
this issue
Dec 19, 2024
AkhigbeEromo
pushed a commit
to sematext/opentelemetry-collector-contrib
that referenced
this issue
Jan 13, 2025
bogdandrutu
pushed a commit
that referenced
this issue
Jan 30, 2025
…of manually creating struct (#37565) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes #36064 --------- Signed-off-by: odubajDT <[email protected]>
chengchuanpeng
pushed a commit
to chengchuanpeng/opentelemetry-collector-contrib
that referenced
this issue
Feb 8, 2025
…of manually creating struct (open-telemetry#37565) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#36064 --------- Signed-off-by: odubajDT <[email protected]>
zeck-ops
pushed a commit
to zeck-ops/opentelemetry-collector-contrib
that referenced
this issue
Apr 23, 2025
zeck-ops
pushed a commit
to zeck-ops/opentelemetry-collector-contrib
that referenced
this issue
Apr 23, 2025
…of manually creating struct (open-telemetry#37565) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#36064 --------- Signed-off-by: odubajDT <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Component(s)
No response
Describe the issue you're reporting
Move away from manually creating configtls.ClientConfig in favor of using configtls.NewDefaultClientConfig.
This is necessary for the following components:
Core collector issue: open-telemetry/opentelemetry-collector#11383
The text was updated successfully, but these errors were encountered: