Add `macaroon_secret_key_path` config option (#17983)
Another config option on my quest to a `*_path` variant for every secret. This time it’s `macaroon_secret_key_path`. Reading secrets from files has the security advantage of separating the secrets from the config. It also simplifies secrets management in Kubernetes. Also useful to NixOS users.
Showing
- changelog.d/17983.feature 1 addition, 0 deletionschangelog.d/17983.feature
- docs/usage/configuration/config_documentation.md 16 additions, 0 deletionsdocs/usage/configuration/config_documentation.md
- synapse/config/key.py 16 additions, 5 deletionssynapse/config/key.py
- tests/config/test_load.py 15 additions, 8 deletionstests/config/test_load.py
- tests/config/utils.py 3 additions, 2 deletionstests/config/utils.py
Loading
Please register or sign in to comment