Skip to content
Discussion options

You must be logged in to vote

Hi there! This is a great question. Moving towards a zero-trust architecture is definitely the right path, and Dubbo 3 handles this very well with the Triple protocol.

To answer your questions directly: you can do both, but the "recommended" approach depends heavily on how you want to manage certificate rotation and infrastructure overhead.

Here is a breakdown of your options and how to configure them:

  1. The Native Approach (Direct YAML Configuration)
    Dubbo does have built-in support for TLS and mTLS terminating directly within the framework, so you do not strictly need a sidecar proxy.

The YAML snippet you provided is very close! However, for true mutual TLS (where the server also authen…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Pournima513
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants