This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 36a4d023c1f Support plain text for xds channel (#1606)
36a4d023c1f is described below
commit 36a4d023c1f459c345d642a1195878cc3a8a3cf9
Author: xin gu <[email protected]>
AuthorDate: Mon Nov 21 15:48:39 2022 +0800
Support plain text for xds channel (#1606)
---
content/zh/overview/tasks/mesh/proxyless.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/content/zh/overview/tasks/mesh/proxyless.md
b/content/zh/overview/tasks/mesh/proxyless.md
index 19dcc8fcb9e..cffb4c22d3a 100644
--- a/content/zh/overview/tasks/mesh/proxyless.md
+++ b/content/zh/overview/tasks/mesh/proxyless.md
@@ -259,3 +259,12 @@ dubbo.application.qosAcceptForeignIp=true
7. 不需要开启注入
Proxyless 模式下 pod 不需要再开启 envoy 注入,请确认 namespace 中没有 `istio-injection=enabled`
的标签。
+
+8. 明文连接istiod
+
+Proxyless 模式下默认通过ssl方式连接istiod,同时也支持通过明文的方式连接istiod。
+
+明文连接参考配置:
+```properties
+dubbo.registry.secure=plaintext
+```