mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Clarify documentation about replication traffic. (#13656)
It can be authenticated with the worker_replication_secret setting, but is always unencrypted.
This commit is contained in:
parent
1c26acd815
commit
e761e8b475
1
changelog.d/13656.doc
Normal file
1
changelog.d/13656.doc
Normal file
@ -0,0 +1 @@
|
||||
Clarify documentation that HTTP replication traffic can be protected with a shared secret.
|
@ -120,7 +120,10 @@ redis:
|
||||
See the sample config for the full documentation of each option.
|
||||
|
||||
Under **no circumstances** should the replication listener be exposed to the
|
||||
public internet; it has no authentication and is unencrypted.
|
||||
public internet; replication traffic is:
|
||||
|
||||
* always unencrypted
|
||||
* unauthenticated, unless `worker_replication_secret` is configured
|
||||
|
||||
|
||||
### Worker configuration
|
||||
|
Loading…
Reference in New Issue
Block a user