0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 12:23:48 +01:00
synapse/changelog.d
V02460 e8e0f0fad7
Add config option redis.password_path (#17717)
Adds the option to load the Redis password from a file, instead of
giving it in the config directly. The code is similar to how it’s done
for `registration_shared_secret_path`. I changed the example in the
documentation to represent the best practice regarding the handling of
secrets.

Reading secrets from files has the security advantage of separating the
secrets from the config. It also simplifies secrets management in
Kubernetes.
2024-10-07 09:46:51 +01:00
..
.gitignore
17709.doc docs: add note about PYTHONMALLOC for accurate jemalloc memory tracking (#17709) 2024-10-07 08:37:39 +00:00
17717.feature Add config option redis.password_path (#17717) 2024-10-07 09:46:51 +01:00
17749.doc Remove spurious TODO in debian install step (#17749) 2024-09-26 13:18:28 +01:00
17751.misc Minor perf speed up for large accounts on SSS (#17751) 2024-09-30 12:58:02 +01:00
17765.misc Optimise notifier (#17765) 2024-09-30 12:58:13 +01:00
17766.misc Optimise notifier mk2 (#17766) 2024-09-30 13:32:31 +01:00
17767.misc Fix perf when streams don't change often (#17767) 2024-09-30 13:52:33 +01:00
17768.misc Add fast path for sliding sync streams that only ask for extensions (#17768) 2024-09-30 12:59:50 +01:00
17771.misc Reduce overhead of sliding sync E2EE loops (#17771) 2024-09-30 13:00:14 +01:00
17776.doc explain load balancing for federation_sender_instances (#17776) 2024-10-03 22:01:33 +00:00
17779.bugfix Fix NAME attribute of ReplicationRemovePusherRestServlet (#17779) 2024-10-04 09:53:35 +01:00
17780.bugfix Don't say MSC4140 is supported when it's disabled (#17780) 2024-10-04 13:42:34 +01:00