synapse/docs/usage
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
..
administration docs: add note about PYTHONMALLOC for accurate jemalloc memory tracking (#17709) 2024-10-07 08:37:39 +00:00
configuration Add config option redis.password_path (#17717) 2024-10-07 09:46:51 +01:00