diff --git a/changelog.d/19073.doc b/changelog.d/19073.doc new file mode 100644 index 00000000000..b603f7b56d4 --- /dev/null +++ b/changelog.d/19073.doc @@ -0,0 +1 @@ +Add optional Redis networking and security config options to workers.md. Contributed by @servisbryce diff --git a/docs/workers.md b/docs/workers.md index 18bb0b76f61..69b15ebb4a1 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -120,6 +120,15 @@ worker_replication_secret: "" redis: enabled: true + # Optional settings for configuring networking and security with Redis. + #host: localhost + #port: 6379 + #use_tls: false + #ca_file: /etc/ssl/certs/myca.crt + #ca_path: /etc/ssl/certs + #certificate_file: client.crt + #private_key_file: client.pem + #password: redisPassword instance_map: main: