Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e761e8b

Browse files
authored
Clarify documentation about replication traffic. (#13656)
It can be authenticated with the worker_replication_secret setting, but is always unencrypted.
1 parent 1c26acd commit e761e8b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.d/13656.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clarify documentation that HTTP replication traffic can be protected with a shared secret.

docs/workers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@ redis:
120120
See the sample config for the full documentation of each option.
121121
122122
Under **no circumstances** should the replication listener be exposed to the
123-
public internet; it has no authentication and is unencrypted.
123+
public internet; replication traffic is:
124+
125+
* always unencrypted
126+
* unauthenticated, unless `worker_replication_secret` is configured
124127

125128

126129
### Worker configuration

0 commit comments

Comments
 (0)