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

[configtls] add include_system_ca_certs_pool #9142

Merged
merged 5 commits into from
Feb 29, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Dec 19, 2023

Description:
Add include_system_ca_certs_pool to configtls, allowing to load system certs and additional custom certs.

Link to tracking Issue:
Fixes #7774

Testing:
UTs

Documentation:
Added to README

@atoulme atoulme requested a review from a team as a code owner December 19, 2023 06:14
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.37%. Comparing base (72f6ce1) to head (073f6b1).
Report is 173 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9142      +/-   ##
==========================================
+ Coverage   90.34%   90.37%   +0.02%     
==========================================
  Files         340      340              
  Lines       17989    17996       +7     
==========================================
+ Hits        16253    16263      +10     
+ Misses       1412     1410       -2     
+ Partials      324      323       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@atoulme atoulme changed the title [configtls] add use_system_ca_certs [configtls] add include_system_ca_certs_pool Dec 19, 2023
Copy link
Contributor

github-actions bot commented Jan 5, 2024

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jan 5, 2024
@atoulme atoulme removed the Stale label Jan 5, 2024
@atoulme
Copy link
Contributor Author

atoulme commented Jan 20, 2024

Rebased, anything else to do here?

Copy link
Contributor

github-actions bot commented Feb 7, 2024

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added Stale and removed Stale labels Feb 7, 2024
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Feb 29, 2024
@dmitryax dmitryax merged commit 62050a2 into open-telemetry:main Feb 29, 2024
32 checks passed
@github-actions github-actions bot added this to the next release milestone Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allows users to configure to include system certs pool in the request
4 participants