0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-03 11:18:56 +02: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:
Patrick Cloke 2022-08-30 08:21:19 -04:00 committed by GitHub
parent 1c26acd815
commit e761e8b475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

1
changelog.d/13656.doc Normal file
View file

@ -0,0 +1 @@
Clarify documentation that HTTP replication traffic can be protected with a shared secret.

View file

@ -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