feat: add mTLS configuration support to the Dapr SDK - #1804
Open
matheusandre1 wants to merge 1 commit into
Open
Conversation
matheusandre1
marked this pull request as ready for review
September 3, 2026 15:31
matheusandre1
force-pushed
the
issue1286
branch
from
September 3, 2026 15:43
274b475 to
31f04ed
Compare
javier-aliaga
requested changes
Sep 4, 2026
javier-aliaga
left a comment
Contributor
There was a problem hiding this comment.
Hello @matheusandre1 ! I think this PR is missing the sentry part. The mtls configuration added here is for the control plane, not for daprd. When you add it you need sentry to configure the mtls. This config needs to be passed to a DaprSentryContainer container
matheusandre1
force-pushed
the
issue1286
branch
from
September 7, 2026 21:39
31f04ed to
a4a0849
Compare
Signed-off-by: Matheus André <matheusandr2@gmail.com>
matheusandre1
force-pushed
the
issue1286
branch
from
September 8, 2026 20:34
a4a0849 to
1f1b6fe
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1804 +/- ##
============================================
+ Coverage 77.17% 78.17% +1.00%
- Complexity 2324 2427 +103
============================================
Files 245 248 +3
Lines 7198 7438 +240
Branches 750 774 +24
============================================
+ Hits 5555 5815 +260
+ Misses 1283 1267 -16
+ Partials 360 356 -4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please explain the changes you've made
mTLSblock support in the SDKIssue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will Closes: #1286
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: