Since Linkerd enabled automatic mTLS between apps, could I just use insecure_channel provided by grpc-python? #10189
Answered
by
kleimkuhler
zhoudaxia233
asked this question in
Q&A
-
I'm using grpc in Python and linkerd to build a demo microservice app. In the python code, I need to create a channel in order to use grpc. Since Linkerd provides mTLS automatically, is an
|
Beta Was this translation helpful? Give feedback.
Answered by
kleimkuhler
Jan 24, 2023
Replies: 1 comment
-
If both client and server are meshed, then yes, the Linkerd proxies on both sides will encrypt the traffic even if the app is using an insecure channel. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zhoudaxia233
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If both client and server are meshed, then yes, the Linkerd proxies on both sides will encrypt the traffic even if the app is using an insecure channel.