Skip to content

[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
mackjmr opened this issue Oct 29, 2024 · 2 comments · Fixed by #37565
Closed
51 tasks

[configtls] Use configtls.NewDefaultClientConfig instead of manually creating struct #36064

mackjmr opened this issue Oct 29, 2024 · 2 comments · Fixed by #37565

Comments

@mackjmr
Copy link
Member

mackjmr commented Oct 29, 2024

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:

  • cmd/opampsupervisor
  • exporter/alertmanagerexporter
  • exporter/coralogixexporter
  • exporter/datadogexporter
  • exporter/kafkaexporter
  • exporter/lokiexporter
  • exporter/opencensusexporter
  • exporter/otelarrowexporter
  • exporter/prometheusexporter
  • exporter/prometheuswriteexporter
  • exporter/rabbitmqexporter
  • exporter/signalfxexporter
  • exporter/splunkhecexporter
  • exporter/sumologicexporter
  • exporter/syslogexporter
  • exporter/zipkinexporter
  • extension/awsproxy
  • extension/httpforwardextension
  • extension/jaegerremotesampling
  • extension/oauth2clientauthextension
  • extension/opampextension
  • internal/aws/proxy
  • internal/kafka
  • pkg/datadog/config
  • processor/resourcedetectionprocessor
  • receiver/aerospikereceiver
  • receiver/awsxrayreceiver
  • receiver/bigipreceiver
  • receiver/cloudfoundryreceiver
  • receiver/couchdbreceiver
  • receiver/elasticsearchreceiver
  • receiver/flinkmetricsreceiver
  • receiver/httpcheckreceiver
  • receiver/kafkametricsreceiver
  • receiver/kafkareceiver
  • receiver/mongodbreceiver
  • receiver/mysqlreceiver
  • receiver/nginxreceiver
  • receiver/postgresqlreceiver
  • receiver/prometheusreceiver
  • receiver/rabbitmqreceiver
  • receiver/redisreceiver
  • receiver/riakreceiver
  • receiver/saphanareceiver
  • receiver/sapmreceiver
  • receiver/signalfxreceiver
  • receiver/simpleprometheusreceiver
  • receiver/solacereceiver
  • receiver/splunkhecreceiver
  • receiver/vcenterreceiver
  • testbed

Core collector issue: open-telemetry/opentelemetry-collector#11383

@mackjmr mackjmr added the needs triage New item requiring triage label Oct 29, 2024
@VihasMakwana
Copy link
Contributor

I'll help out with this.

Copy link
Contributor

github-actions bot commented Dec 9, 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.

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
Projects
None yet
3 participants