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

config: add support for extra TLS configuration #6378

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mattsains
Copy link

@mattsains mattsains commented Nov 27, 2024

Added support for configuring:

  • ClientCertificate
  • ClientKey

Based on #6376
Partially addresses #6351

@mattsains mattsains requested review from pellared and a team as code owners November 27, 2024 22:07
@github-actions github-actions bot requested a review from codeboten November 27, 2024 22:07
@mattsains mattsains force-pushed the client-config branch 2 times, most recently from 721db8a to 9e39964 Compare December 2, 2024 19:08
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

Attention: Patch coverage is 93.10345% with 4 lines in your changes missing coverage. Please review.

Project coverage is 67.1%. Comparing base (e97e6e4) to head (9e39964).
Report is 35 commits behind head on main.

Files with missing lines Patch % Lines
config/config.go 81.8% 3 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #6378     +/-   ##
=======================================
+ Coverage   67.0%   67.1%   +0.1%     
=======================================
  Files        193     193             
  Lines      15660   15718     +58     
=======================================
+ Hits       10494   10554     +60     
+ Misses      4876    4875      -1     
+ Partials     290     289      -1     
Files with missing lines Coverage Δ
config/log.go 95.3% <100.0%> (+0.4%) ⬆️
config/metric.go 85.8% <100.0%> (+0.4%) ⬆️
config/trace.go 97.3% <100.0%> (+0.2%) ⬆️
config/config.go 85.0% <81.8%> (-1.1%) ⬇️

... and 1 file with indirect coverage changes

.golangci.yml Outdated Show resolved Hide resolved
@dmathieu dmathieu marked this pull request as draft December 13, 2024 09:02
mattsains added a commit to mattsains/opentelemetry-go-contrib that referenced this pull request Jan 3, 2025
mattsains added a commit to mattsains/opentelemetry-go-contrib that referenced this pull request Jan 3, 2025
@mattsains mattsains marked this pull request as ready for review January 3, 2025 20:18
@mattsains mattsains changed the title config: add support for extra configuration config: add support for extra TLS configuration Jan 3, 2025
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