Skip to content

feat: add mTLS configuration support to the Dapr SDK - #1804

Open
matheusandre1 wants to merge 1 commit into
dapr:masterfrom
matheusandre1:issue1286
Open

feat: add mTLS configuration support to the Dapr SDK#1804
matheusandre1 wants to merge 1 commit into
dapr:masterfrom
matheusandre1:issue1286

Conversation

@matheusandre1

Copy link
Copy Markdown
Contributor

Description

Please explain the changes you've made

  • Add mTLS block support in the SDK

Issue 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:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@matheusandre1
matheusandre1 marked this pull request as ready for review September 3, 2026 15:31
@matheusandre1
matheusandre1 requested review from a team as code owners September 3, 2026 15:32

@javier-aliaga javier-aliaga left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Signed-off-by: Matheus André <matheusandr2@gmail.com>
@codecov

codecov Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.18%. Comparing base (8f3cd62) to head (a4a0849).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1804      +/-   ##
============================================
+ Coverage     77.17%   78.18%   +1.00%     
- Complexity     2324     2427     +103     
============================================
  Files           245      248       +3     
  Lines          7198     7439     +241     
  Branches        750      774      +24     
============================================
+ Hits           5555     5816     +261     
+ Misses         1283     1267      -16     
+ Partials        360      356       -4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Add support for component configuration for mTLS

2 participants