summary refs log tree commit diff
path: root/develop/workers.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2022-08-30 12:22:06 +0000
committerclokep <clokep@users.noreply.github.com>2022-08-30 12:22:06 +0000
commit8b686ad971c3028c67f601b2e76af58206ec7bcb (patch)
tree6fb053e3809f8ec3e5e2ab0c91202a1781783f36 /develop/workers.html
parentdeploy: c4e29b6908ac8ae57b5e9a3e7662ad638b61e94a (diff)
downloadsynapse-8b686ad971c3028c67f601b2e76af58206ec7bcb.tar.xz
deploy: e761e8b475e26341d6d26ecc1499233c5f57c7ec
Diffstat (limited to 'develop/workers.html')
-rw-r--r--develop/workers.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/develop/workers.html b/develop/workers.html
index 84b46af8d7..cd0fa8bbeb 100644
--- a/develop/workers.html
+++ b/develop/workers.html
@@ -237,7 +237,11 @@ redis:
 </code></pre>
 <p>See the sample config for the full documentation of each option.</p>
 <p>Under <strong>no circumstances</strong> should the replication listener be exposed to the
-public internet; it has no authentication and is unencrypted.</p>
+public internet; replication traffic is:</p>
+<ul>
+<li>always unencrypted</li>
+<li>unauthenticated, unless <code>worker_replication_secret</code> is configured</li>
+</ul>
 <h3 id="worker-configuration"><a class="header" href="#worker-configuration">Worker configuration</a></h3>
 <p>In the config file for each worker, you must specify the type of worker
 application (<code>worker_app</code>), and you should specify a unique name for the worker